M3ESelectionController constructor

M3ESelectionController({
  1. Set<int>? initialSelected,
})

Creates a selection controller.

Implementation

M3ESelectionController({Set<int>? initialSelected})
  : _selected = <int>{...?initialSelected};