Flutter Widgets for Beginners: Expanded, Stack, ListView & Scrolling Explained
Автор: Балнур Бакирам
Загружено: 13 мая 2025 г.
Просмотров: 7 просмотров
00:00 Intro
05:35 Expanded
08: 34 Stack
09:13 ListView
Where is Scrolling in the Code?
ListView.builder(
itemCount: 30,
itemBuilder: (context, index) {
return ListTile(
leading: CircleAvatar(child: Text('${index + 1}')),
title: Text('List Item ${index + 1}'),
);
},
),

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: