menu
flutter_data_grid package
documentation
models/events/data_events.dart
RefreshCellsEvent
RefreshCellsEvent.new const constructor
RefreshCellsEvent.new const constructor
dark_mode
light_mode
RefreshCellsEvent
constructor
const
RefreshCellsEvent
(
{
List
<
double
>
rowIds
=
const []
,
List
<
int
>
?
columnIds
,
})
Implementation
const RefreshCellsEvent({this.rowIds = const [], this.columnIds});
flutter_data_grid package
documentation
models/events/data_events
RefreshCellsEvent
RefreshCellsEvent.new const constructor
RefreshCellsEvent class