selectionMode property
How taps change the selection: exactly one date (SelectionMode.single, the default), any number of dates (SelectionMode.multiple — tapping a selected date removes it), or a start/end pair (SelectionMode.range).
Implementation
final SelectionMode selectionMode;