$FSelectGroupStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FCheckboxStyle checkboxStyle(FCheckboxStyle style)?, FRadioStyle radioStyle(FRadioStyle style)?, EdgeInsetsGeometry? itemPadding, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle>? labelTextStyle, FWidgetStateMap<TextStyle>? descriptionTextStyle, TextStyle? errorTextStyle}) FSelectGroupStyle

Available on FSelectGroupStyle, provided by the $FSelectGroupStyleTransformations extension

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

Available on FSelectGroupStyle, provided by the $FSelectGroupStyleTransformations extension

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