PlutoGridOnRowsMovedEvent constructor

const PlutoGridOnRowsMovedEvent({
  1. required int idx,
  2. required List<PlutoRow> rows,
})

Implementation

const PlutoGridOnRowsMovedEvent({
  required this.idx,
  required this.rows,
});