OmegaTimeField constructor
OmegaTimeField({
- Key? key,
- bool enabled = true,
- bool visible = true,
- String label = '',
- double labelSize = 14,
- Color labelColor = Colors.black,
- Color iconColor = Colors.grey,
- String? hint,
- dynamic onChanged()?,
- dynamic onSaved()?,
- dynamic onTap()?,
- FocusNode? focusNode,
- String? validator()?,
- bool showRequiredLabel = false,
- bool autofocus = false,
- TimeOfDay? initialValue,
- dynamic onSelect(
- dynamic
Implementation
OmegaTimeField({
Key? key,
this.enabled = true,
this.visible = true,
this.label = '',
this.labelSize = 14,
this.labelColor = Colors.black,
this.iconColor = Colors.grey,
this.hint,
this.onChanged,
this.onSaved,
this.onTap,
this.focusNode,
this.validator,
this.showRequiredLabel = false,
this.autofocus = false,
this.initialValue,
this.onSelect,
}) : super(key: key);