$FSidebarStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecoration? decoration, ImageFilter? backgroundFilter, BoxConstraints? constraints, FSidebarGroupStyle groupStyle(FSidebarGroupStyle style)?, EdgeInsetsGeometry? headerPadding, EdgeInsetsGeometry? contentPadding, EdgeInsetsGeometry? footerPadding}) FSidebarStyle

Available on FSidebarStyle, provided by the $FSidebarStyleTransformations extension

Returns a copy of this FSidebarStyle with the given properties replaced.
lerp(FSidebarStyle other, double t) FSidebarStyle

Available on FSidebarStyle, provided by the $FSidebarStyleTransformations extension

Linearly interpolate between this and another FSidebarStyle using the given factor t.