$FTextFieldStyleCopyWith extension
Provides a copyWith
method.
Methods
-
copyWith(
{Brightness? keyboardAppearance, Color? cursorColor, Color? fillColor, bool? filled, EdgeInsetsGeometry? contentPadding, EdgeInsetsGeometry? clearButtonPadding, EdgeInsets? scrollPadding, FButtonStyle clearButtonStyle(FButtonStyle)?, 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 $FTextFieldStyleCopyWith extension
Returns a copy of this FTextFieldStyle with the given properties replaced.