ArcaneTimePicker constructor
const
ArcaneTimePicker({})
Implementation
const ArcaneTimePicker({
this.value,
this.onChanged,
this.label,
this.placeholder,
this.use24Hour = false,
this.minuteInterval = 1,
this.disabled = false,
this.error,
this.clearable = true,
this.showSeconds = false,
this.size = ComponentSize.md,
super.key,
});