none static method

Creates a FDateSelectionControl that selects nothing, intended for display-only calendars.

Implementation

static FDateSelectionControl<Object?> none() => const _Lifted(selected: _never, select: _ignore);