TInputFieldMixin mixin
Mixin for standard input field properties.
Properties
- disabled → bool
-
Whether the field is disabled.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- helperText → String?
-
The helper text.
no setter
- isRequired → bool
-
Whether the field is required.
no setter
- label → String?
-
The label text.
no setter
- onTap → VoidCallback?
-
Callback for tap events.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → String?
-
The tag text (optional).
no setter
- theme → TInputFieldTheme?
-
Custom theme.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited