StandardFieldStyle class

Constructors

StandardFieldStyle()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

borderStyle Border
Border styling.
getter/setter pair
emptyFieldErrorMessage String?
getter/setter pair
fieldNameColor Color?
The label displayed above the field.
getter/setter pair
iconColor Color?
Icon shown as a prefix and suffix inside the field.
getter/setter pair
invalidFormErrorMessage String?
getter/setter pair
suffixIconData IconData?
getter/setter pair

Constants

borderRadius → const BorderRadius
enabledBorderSide → const BorderSide
errorBorderSide → const BorderSide
errorMessageStyle → const TextStyle
Error messages and styling.
fieldFontSize → const double
fieldFontWeight → const FontWeight
fillColor → const Color
focusedBorderSide → const BorderSide
focusedErrorBorderSide → const BorderSide
hintTextColor → const Color
Hint text displayed inside the field.
hintTextFontSize → const double
hintTextFontWeight → const FontWeight
iconSize → const double
insidePadding → const EdgeInsets
Padding around the field.
outlinedIcon → const bool
outsidePadding → const EdgeInsets
primaryColor → const Color
Global field settings.