$FRadioStyleTransformations extension
- on
Methods
-
copyWith(
{FTappableStyle tappableStyle(FTappableStyle style)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?, FWidgetStateMap< Color> ? borderColor, FWidgetStateMap<Color> ? backgroundColor, FWidgetStateMap<Color> ? indicatorColor, FRadioMotion motion(FRadioMotion motion)?, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FRadioStyle -
Available on FRadioStyle, provided by the $FRadioStyleTransformations extension
Returns a copy of this FRadioStyle with the given properties replaced. -
lerp(
FRadioStyle other, double t) → FRadioStyle -
Available on FRadioStyle, provided by the $FRadioStyleTransformations extension
Linearly interpolate between this and another FRadioStyle using the given factort
.