menu
flutter_data_grid package
documentation
models/events/selection_events.dart
SelectRowEvent
SelectRowEvent.new constructor
SelectRowEvent.new constructor
dark_mode
light_mode
SelectRowEvent
constructor
SelectRowEvent
(
{
required
double
rowId
,
bool
multiSelect
=
false
,
})
Implementation
SelectRowEvent({required this.rowId, this.multiSelect = false});
flutter_data_grid package
documentation
models/events/selection_events
SelectRowEvent
SelectRowEvent.new constructor
SelectRowEvent class