InsertRowEvent constructor

InsertRowEvent({
  1. required DataGridRow row,
  2. int? position,
})

Implementation

InsertRowEvent({required this.row, this.position});