$FSelectGroupStyleCopyWith extension
Provides a copyWith
method.
Methods
-
copyWith(
{FCheckboxStyle checkboxStyle(FCheckboxStyle)?, FRadioStyle radioStyle(FRadioStyle)?, 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 $FSelectGroupStyleCopyWith extension
Returns a copy of this FSelectGroupStyle with the given properties replaced.