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