SelectionState.initial constructor

SelectionState.initial()

Creates an initial selection state with no selection.

Implementation

factory SelectionState.initial() => const SelectionState(
  selectedRowIds: {},
  mode: SelectionMode.none,
);