menu
tab_switcher package
documentation
animated_grid.dart
AnimatedGrid<T>
items property
items property
dark_mode
light_mode
items
property
List
<
T
>
items
final
The grid items. Should all be the same height.
Implementation
final List<T> items;
tab_switcher package
documentation
animated_grid
AnimatedGrid<T>
items property
AnimatedGrid class