isRangeSelection property
A flag indicating if range selection is enabled (default is false
).
If this flag is set to true
, the calendar will allow the user to select a range of dates,
not just individual dates.
Implementation
final bool isRangeSelection;