menu
flutter_data_grid package
documentation
widgets/custom_layout/grid_layout_delegate.dart
GridLayoutDelegate
cellIds property
cellIds property
dark_mode
light_mode
cellIds
property
List
<
CellLayoutId
>
cellIds
final
The cells currently built, in child order.
Implementation
final List<CellLayoutId> cellIds;
flutter_data_grid package
documentation
widgets/custom_layout/grid_layout_delegate
GridLayoutDelegate
cellIds property
GridLayoutDelegate class