selection property

String? get selection
override

What gets put back into the search box when this item is selected

Implementation

String? get selection => isFlexible ? flexiDate!.formatted() : formattedDate;