ShadTimePickerController constructor
ShadTimePickerController({
- int? hour,
- int? minute,
- int? second,
- ShadDayPeriod? period,
Creates a ShadTimePickerController.
Allows specifying initial hour, minute, second, and period.
Implementation
ShadTimePickerController({
this.hour,
this.minute,
this.second,
this.period,
});