menu
flutter_cxui package
documentation
components/place_grid/place_grid.dart
CxPlaceGrid
items property
items property
dark_mode
light_mode
items
property
List
<
PlaceGridItem
>
?
items
final
data of the component. It's a
List<PlaceGridItem>
object.
Implementation
final List<PlaceGridItem>? items;
flutter_cxui package
documentation
components/place_grid/place_grid
CxPlaceGrid
items property
CxPlaceGrid class