TextFieldTheme class

Theme data for customizing TextField appearance.

This class defines the visual properties that can be applied to TextField widgets, including border styling, fill state, padding, and border radius. These properties can be set at the theme level to provide consistent styling across the application.

Constructors

TextFieldTheme.new({Border? border, BorderRadiusGeometry? borderRadius, bool? filled, EdgeInsetsGeometry? padding})
const

Properties

border Border?
final
borderRadius BorderRadiusGeometry?
final
filled bool?
final
hashCode int
The hash code for this object.
no setteroverride
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({ValueGetter<Border?>? border, ValueGetter<BorderRadiusGeometry?>? borderRadius, ValueGetter<bool?>? filled, ValueGetter<EdgeInsetsGeometry?>? padding}) TextFieldTheme
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.
override