MaterialInputWrapper class
Properties for a component which wants to expose typical options for a input. See MaterialInput for fields definition.
- Implemented types
- Implementers
Constructors
Properties
- ariaLabel ↔ String
-
The label to use for assistive technology.
getter/setter pair
- characterCounter ↔ CharacterCounter
-
A custom character counter function.
getter/setter pair
- checkValid ↔ ValidityCheck
-
getter/setter pair
- disabled ↔ bool
-
Whether this input is disabled.
getter/setter pairoverride
- displayBottomPanel ↔ bool
-
Whether to display error, hint text, and character counter panel.
getter/setter pair
- error ↔ String
-
Error to be displayed.
getter/setter pair
- floatingLabel ↔ bool
-
Whether or not the label "floats".
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintText ↔ String
-
The hint to be shown on the input.
getter/setter pair
- inputText ↔ String
-
The text the input should have.
getter/setter pair
- label ↔ String
-
The label to use on the input.
getter/setter pair
- leadingGlyph ↔ String
-
Any persistent glyph to show before the input box.
getter/setter pair
- leadingText ↔ String
-
Any text to show at the leading edge of the input -- e.g. a currency
symbol or similar.
getter/setter pair
- maxCount ↔ int
-
Maximum allowed characters for character counting input box.
getter/setter pair
- required ↔ bool
-
Whether or not the input is required.
getter/setter pair
- requiredErrorMsg ↔ String
-
Custom error message to show when the field is required and blank.
getter/setter pair
- rightAlign ↔ bool
-
Whether the input contents should be always right aligned.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showHintOnlyOnFocus ↔ bool
-
Whether or not the hint text will be displayed when the input is not
focused.
getter/setter pair
- trailingGlyph ↔ String
-
Any persistent glyph to show at the end of the input box.
getter/setter pair
- trailingText ↔ String
-
Any text to show at the trailing edge of the input -- e.g. a currency
symbol or similar.
getter/setter pair
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