$FCheckboxStyleCopyWith extension
Provides a copyWith
method.
Methods
-
copyWith(
{Duration? animationDuration, Curve? curve, FTappableStyle tappableStyle(FTappableStyle)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle)?, double? size, FWidgetStateMap< IconThemeData> ? iconStyle, FWidgetStateMap<BoxDecoration> ? decoration, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FCheckboxStyle -
Available on FCheckboxStyle, provided by the $FCheckboxStyleCopyWith extension
Returns a copy of this FCheckboxStyle with the given properties replaced.