menu
flutter_spanned_grid_view package
documentation
models/grid_row.dart
GridRow<T extends SpannedGridItem>
items property
items property
dark_mode
light_mode
items
property
List
<
GridRowItem
<
T
>
>
items
final
Implementation
final List<GridRowItem<T>> items;
flutter_spanned_grid_view package
documentation
models/grid_row
GridRow<T extends SpannedGridItem>
items property
GridRow class