selectable property

  1. @override
Predicate<DateTime>? selectable
final

A predicate that determines if a date can be selected. Defaults to always true.

Contract

Throws AssertionError if selectable and controller are both provided.

Implementation

@override
final Predicate<DateTime>? selectable;