FDateSelectionLiftedControl<T> constructor
const
FDateSelectionLiftedControl<T> ({
- required T value,
- required ValueChanged<
T> onChange,
Creates a FDateSelectionLiftedControl.
Implementation
const FDateSelectionLiftedControl({required this.value, required this.onChange}) : super._();