selectable property
A predicate that determines whether a date can be selected. Defaults to always returning true.
Contract
Throws AssertionError if selectable and controller are both provided.
Implementation
@override
final Predicate<DateTime>? selectable;