menu
flutter_data_grid package
documentation
models/events/cell_selection_events.dart
ToggleCellInSelectionEvent
ToggleCellInSelectionEvent.new constructor
ToggleCellInSelectionEvent.new constructor
dark_mode
light_mode
ToggleCellInSelectionEvent
constructor
ToggleCellInSelectionEvent
(
{
required
double
rowId
,
required
int
columnId
,
})
Implementation
ToggleCellInSelectionEvent({required this.rowId, required this.columnId});
flutter_data_grid package
documentation
models/events/cell_selection_events
ToggleCellInSelectionEvent
ToggleCellInSelectionEvent.new constructor
ToggleCellInSelectionEvent class