$FSidebarGroupStyleTransformations extension
Methods
-
copyWith(
{EdgeInsets? padding, double? headerSpacing, EdgeInsetsGeometry? headerPadding, TextStyle? labelStyle, FWidgetStateMap< IconThemeData> ? actionStyle, double? childrenSpacing, EdgeInsetsGeometry? childrenPadding, FTappableStyle tappableStyle(FTappableStyle style)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?, FSidebarItemStyle itemStyle(FSidebarItemStyle style)?}) → FSidebarGroupStyle -
Available on FSidebarGroupStyle, provided by the $FSidebarGroupStyleTransformations extension
Returns a copy of this FSidebarGroupStyle with the given properties replaced. -
lerp(
FSidebarGroupStyle other, double t) → FSidebarGroupStyle -
Available on FSidebarGroupStyle, provided by the $FSidebarGroupStyleTransformations extension
Linearly interpolate between this and another FSidebarGroupStyle using the given factort
.