TTimePicker constructor
const
TTimePicker({
- Key? key,
- String? label,
- String? tag,
- String? placeholder,
- String? helperText,
- String? message,
- bool isRequired = false,
- bool disabled = false,
- TInputSize? size,
- Color? color,
- BoxDecoration? boxDecoration,
- Widget? preWidget,
- Widget? postWidget,
- List<
String? Function(TimeOfDay?)> ? rules, - List<
String> ? errors, - Duration? validationDebounce,
- bool? skipValidation,
- TimeOfDay? value,
- ValueNotifier<
TimeOfDay> ? valueNotifier, - ValueChanged<
TimeOfDay> ? onValueChanged, - FocusNode? focusNode,
- DateFormat? format,
- VoidCallback? onShow,
- VoidCallback? onHide,
- VoidCallback? onTap,
Implementation
const TTimePicker({
super.key,
this.label,
this.tag,
this.placeholder,
this.helperText,
this.message,
this.isRequired = false,
this.disabled = false,
this.size,
this.color,
this.boxDecoration,
this.preWidget,
this.postWidget,
this.rules,
this.errors,
this.validationDebounce,
this.skipValidation,
this.value,
this.valueNotifier,
this.onValueChanged,
this.focusNode,
this.format,
this.onShow,
this.onHide,
this.onTap,
});