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