TodayHourInput constructor
const
TodayHourInput({})
Implementation
const TodayHourInput({
super.key,
this.hoursValue = '',
this.minutesValue = '',
this.disabled = false,
this.onChanged,
});
const TodayHourInput({
super.key,
this.hoursValue = '',
this.minutesValue = '',
this.disabled = false,
this.onChanged,
});