TimeRangePickerView constructor
const
TimeRangePickerView({
- Key? key,
- required TimeRangePickerTheme theme,
- VoidCallback? onCancel,
- TimeRangePickerCallback? onChange,
- TimeRangePickerCallback? onConfirm,
Implementation
const TimeRangePickerView({
super.key,
required this.theme,
this.onCancel,
this.onChange,
this.onConfirm,
});