menu
flutter_data_grid package
documentation
models/state/grid_state.dart
SelectionState
isCellSelected method
isCellSelected method
dark_mode
light_mode
isCellSelected
method
bool
isCellSelected
(
String
cellId
)
Implementation
bool isCellSelected(String cellId) => selectedCellIds.contains(cellId);
flutter_data_grid package
documentation
models/state/grid_state
SelectionState
isCellSelected method
SelectionState class