menu
flutter_data_grid package
documentation
widgets/cells/cell_scope.dart
CellScope<T extends DataGridRow>
isSelected property
isSelected property
dark_mode
light_mode
isSelected
property
bool
isSelected
final
Whether the row containing this cell is selected.
Implementation
final bool isSelected;
flutter_data_grid package
documentation
widgets/cells/cell_scope
CellScope<T extends DataGridRow>
isSelected property
CellScope class