menu
flutter_data_grid package
documentation
models/events/data_events.dart
InsertRowsEvent
InsertRowsEvent.new constructor
InsertRowsEvent.new constructor
dark_mode
light_mode
InsertRowsEvent
constructor
InsertRowsEvent
(
{
required
List
<
DataGridRow
>
rows
,
})
Implementation
InsertRowsEvent({required this.rows});
flutter_data_grid package
documentation
models/events/data_events
InsertRowsEvent
InsertRowsEvent.new constructor
InsertRowsEvent class