OmegaNumericField constructor
OmegaNumericField({
- Key? key,
- bool enabled = true,
- bool visible = true,
- String? label = '',
- double labelSize = 14,
- Color labelColor = Colors.black,
- String? hint,
- dynamic onChanged()?,
- dynamic onSaved(
- int?
- dynamic onTap()?,
- dynamic onEditingComplete()?,
- dynamic onFieldSubmitted(
- int?
- FocusNode? focusNode,
- String? validator(
- int?
- bool showRequiredLabel = false,
- bool autofocus = false,
- int? initialValue,
- TextStyle? labelStyle,
Implementation
OmegaNumericField({
Key? key,
this.enabled = true,
this.visible = true,
this.label = '',
this.labelSize = 14,
this.labelColor = Colors.black,
this.hint,
this.onChanged,
this.onSaved,
this.onTap,
this.onEditingComplete,
this.onFieldSubmitted,
this.focusNode,
this.validator,
this.showRequiredLabel = false,
this.autofocus = false,
this.initialValue,
this.labelStyle,
}) : super(key: key);