InsertRowEvent constructor
InsertRowEvent({
- required DataGridRow row,
- int? position,
Implementation
InsertRowEvent({required this.row, this.position});
InsertRowEvent({required this.row, this.position});