selection property
What gets put back into the search box when this item is selected
Implementation
String? get selection => isFlexible ? flexiDate!.formatted() : formattedDate;
What gets put back into the search box when this item is selected
String? get selection => isFlexible ? flexiDate!.formatted() : formattedDate;