TimeInput constructor
const
TimeInput({})
Implementation
const TimeInput({
super.key,
this.controller,
this.initialValue,
this.onChanged,
this.enabled = true,
this.placeholder,
this.showSeconds = false,
this.separator,
this.placeholders,
});