$FTextFieldStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({Brightness? keyboardAppearance, Color? cursorColor, Color? fillColor, bool? filled, EdgeInsetsGeometry? contentPadding, EdgeInsetsGeometry? clearButtonPadding, EdgeInsetsGeometry? obscureButtonPadding, EdgeInsets? scrollPadding, FButtonStyle clearButtonStyle(FButtonStyle style)?, FButtonStyle obscureButtonStyle(FButtonStyle style)?, FWidgetStateMap<TextStyle>? contentTextStyle, FWidgetStateMap<TextStyle>? hintTextStyle, FWidgetStateMap<TextStyle>? counterTextStyle, FWidgetStateMap<InputBorder>? border, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle>? labelTextStyle, FWidgetStateMap<TextStyle>? descriptionTextStyle, TextStyle? errorTextStyle}) FTextFieldStyle

Available on FTextFieldStyle, provided by the $FTextFieldStyleTransformations extension

Returns a copy of this FTextFieldStyle with the given properties replaced.
lerp(FTextFieldStyle other, double t) FTextFieldStyle

Available on FTextFieldStyle, provided by the $FTextFieldStyleTransformations extension

Linearly interpolate between this and another FTextFieldStyle using the given factor t.