$FRadioStyleCopyWith extension
Provides a copyWith
method.
- on
Methods
-
copyWith(
{Duration? animationDuration, Curve? curve, FTappableStyle tappableStyle(FTappableStyle)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle)?, FWidgetStateMap< Color> ? borderColor, FWidgetStateMap<Color> ? backgroundColor, FWidgetStateMap<Color> ? indicatorColor, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FRadioStyle -
Available on FRadioStyle, provided by the $FRadioStyleCopyWith extension
Returns a copy of this FRadioStyle with the given properties replaced.