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);
Creates a FDateSelectionControl that selects nothing, intended for display-only calendars.
static FDateSelectionControl<Object?> none() => const _Lifted(selected: _never, select: _ignore);