FDateSelectionLiftedControl<T> constructor

const FDateSelectionLiftedControl<T>({
  1. required T value,
  2. required ValueChanged<T> onChange,
})

Implementation

const FDateSelectionLiftedControl({required this.value, required this.onChange}) : super._();