Добавлен вывод деталки коллекции

This commit is contained in:
2025-04-02 22:17:16 +03:00
parent a3ef313e7c
commit 49d21cc34b
4 changed files with 124 additions and 121 deletions

View File

@@ -96,6 +96,7 @@ class _CollectionScreenState extends State<CollectionScreen> {
}
return ListView.builder(
physics: BouncingScrollPhysics(),
controller: _scrollController,
itemCount: collections.length,
padding: const EdgeInsets.symmetric(horizontal: 16).r,