$FAccordionStyleCopyWith extension

Provides a copyWith method.

on

Methods

copyWith({FWidgetStateMap<TextStyle>? titleTextStyle, TextStyle? childTextStyle, EdgeInsetsGeometry? titlePadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<IconThemeData>? iconStyle, Duration? expandDuration, Curve? expandCurve, Duration? collapseDuration, Curve? collapseCurve, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle)?, FDividerStyle dividerStyle(FDividerStyle)?, FTappableStyle tappableStyle(FTappableStyle)?}) FAccordionStyle

Available on FAccordionStyle, provided by the $FAccordionStyleCopyWith extension

Returns a copy of this FAccordionStyle with the given properties replaced.