TextFieldBorderState class
Properties that might impact the visual appearance of a text field border.
TextFieldBorder provides a TextFieldBorderState to a TextFieldBorderBuilder to create the desired visual border for a text field.
Constructors
- TextFieldBorderState({required bool hasFocus, required bool hasPrimaryFocus, required bool hasError})
-
const
Properties
- hasError → bool
-
final
- hasFocus → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPrimaryFocus → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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