ShadTimePickerField constructor
const
ShadTimePickerField({
- Key? key,
- Widget? label,
- Widget? placeholder,
- ShadTimePickerTextEditingController? controller,
- double? gap,
- TextStyle? style,
- TextStyle? labelStyle,
- ValueChanged<
String> ? onChanged, - FocusNode? focusNode,
- double? width,
- EdgeInsetsGeometry? padding,
- ShadDecoration? decoration,
- bool enabled = true,
- WidgetBuilder? keyboardToolbarBuilder,
A single input field for ShadTimePicker, used for hour, minute, or second input.
Implementation
const ShadTimePickerField({
super.key,
this.label,
this.placeholder,
this.controller,
this.gap,
this.style,
this.labelStyle,
this.onChanged,
this.focusNode,
this.width,
this.padding,
this.decoration,
this.enabled = true,
this.keyboardToolbarBuilder,
});