ArcaneTimePicker constructor
const
ArcaneTimePicker({
- String? id,
- TimeOfDay? value,
- void onChanged()?,
- String? label,
- String? placeholder,
- bool use24Hour = false,
- int minuteInterval = 1,
- bool disabled = false,
- String? error,
- bool clearable = true,
- bool showSeconds = false,
- ComponentSize size = ComponentSize.md,
- ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
- Key? key,
Implementation
const ArcaneTimePicker({
this.id,
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,
this.styles,
this.decoration,
super.key,
});