$FAccordionStyleTransformations extension
Methods
-
copyWith(
{FWidgetStateMap< TextStyle> ? titleTextStyle, TextStyle? childTextStyle, EdgeInsetsGeometry? titlePadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<IconThemeData> ? iconStyle, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?, FDividerStyle dividerStyle(FDividerStyle style)?, FTappableStyle tappableStyle(FTappableStyle style)?, FAccordionMotion motion(FAccordionMotion motion)?}) → FAccordionStyle -
Available on FAccordionStyle, provided by the $FAccordionStyleTransformations extension
Returns a copy of this FAccordionStyle with the given properties replaced. -
lerp(
FAccordionStyle other, double t) → FAccordionStyle -
Available on FAccordionStyle, provided by the $FAccordionStyleTransformations extension
Linearly interpolate between this and another FAccordionStyle using the given factort
.