WOITextFieldStyle class

A style class for decorating different states for the WOITextField

WOITextfield has different states which can be changed with the following style class

Constructors

WOITextFieldStyle({TextStyle? hintTextStyle, Widget? leftIcon, Widget? rightIcon, TextStyle? helperTextStyle, InputBorder? textBorders, TextStyle? textStyle})

Properties

hashCode int
The hash code for this object.
no setterinherited
helperTextStyle TextStyle?
getter/setter pair
hintTextStyle TextStyle?
getter/setter pair
leftIcon Widget?
getter/setter pair
rightIcon Widget?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBorders InputBorder?
getter/setter pair
textStyle TextStyle?
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