SelectionState constructor
const
SelectionState({})
Implementation
const factory SelectionState({
required Set<double> selectedRowIds,
double? focusedRowId,
required Set<String> selectedCellIds,
required SelectionMode mode,
}) = _SelectionState;