selection property

  1. @override
String? get selection
override

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

Implementation

@override
String? get selection => isFlexible
    ? flexiDate.formatted()
    : smartDateFormat(resultDate, formatTime: this.hasTime);