RefreshCellsEvent constructor

const RefreshCellsEvent({
  1. List<double> rowIds = const [],
  2. List<int>? columnIds,
})

Implementation

const RefreshCellsEvent({this.rowIds = const [], this.columnIds});