FlFormFieldTheme class
- Inheritance
-
- Object
- ThemeExtension<
FlFormFieldTheme> - FlFormFieldTheme
Constructors
- FlFormFieldTheme({required TextStyle labelStyle, required InputDecorationTheme inputDecorationTheme, required TextStyle style, required TextStyle disableStyle, required TextStyle errorStyle, required TextStyle placeHolderStyle, required Color fillColorDisable})
- FlFormFieldTheme.dark(BuildContext context)
-
factory
- FlFormFieldTheme.light(BuildContext context)
-
factory
Properties
- disableStyle → TextStyle
-
final
- errorStyle → TextStyle
-
final
- fillColorDisable → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDecorationTheme → InputDecorationTheme
-
final
- labelStyle → TextStyle
-
final
- placeHolderStyle → TextStyle
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → TextStyle
-
final
- type → Object
-
The extension's type.
no setterinherited
Methods
-
copyWith(
{TextStyle? labelStyle, InputDecorationTheme? inputDecorationTheme, TextStyle? style, TextStyle? disableStyle, TextStyle? errorStyle, TextStyle? placeHolderStyle, Color? fillColorDisable}) → ThemeExtension< FlFormFieldTheme> -
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
override
-
lerp(
covariant ThemeExtension< FlFormFieldTheme> ? other, double t) → ThemeExtension<FlFormFieldTheme> -
Linearly interpolate with another ThemeExtension object.
override
-
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