TextFieldTheme class

Constructors

TextFieldTheme({TextStyle? textStyle, MaterialStateProperty<Color?>? textColor, InputDecorationTheme? decorationTheme, TextAlign? textAlign, @Deprecated('Use clearSuffixButtonTheme.icon') Widget? clearIcon, ClearSuffixButtonTheme clearSuffixButtonTheme = const ClearSuffixButtonTheme(), @Deprecated('Use obscureSuffixButtonTheme.trueIcon') Widget? obscureTrueIcon, @Deprecated('Use obscureSuffixButtonTheme.falseIcon') Widget? obscureFalseIcon, ObscureSuffixButtonTheme obscureSuffixButtonTheme = const ObscureSuffixButtonTheme(), TextStyle? suggestionsTextStyle})
const

Properties

clearIcon Widget?
final
clearSuffixButtonTheme ClearSuffixButtonTheme
final
decorationTheme InputDecorationTheme?
The theme for InputDecoration of this field
finalinherited
hashCode int
The hash code for this object.
no setterinherited
obscureFalseIcon Widget?
final
obscureSuffixButtonTheme ObscureSuffixButtonTheme
final
obscureTrueIcon Widget?
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
suggestionsTextStyle TextStyle?
The style of suggestions
final
textAlign TextAlign?
The position of the text within the field
final
textColor MaterialStateProperty<Color?>?
Resolves the color of the textStyle. You will receive MaterialState.disabled
finalinherited
textStyle TextStyle?
Represents the style of the text within the field If null, defaults to the subtitle text style from the current Theme.
finalinherited

Methods

copyWith({TextStyle? textStyle, MaterialStateProperty<Color?>? textColor, InputDecorationTheme? decorationTheme, TextAlign? textAlign, Widget? clearIcon, ClearSuffixButtonTheme? clearSuffixButtonTheme, Widget? obscureTrueIcon, Widget? obscureFalseIcon, ObscureSuffixButtonTheme? obscureSuffixButtonTheme, TextStyle? suggestionsTextStyle}) TextFieldTheme
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString([ToString? toString]) String
A string representation of this object.

Operators

operator ==(Object other) bool
The equality operator.
inherited