$FSidebarStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({DecorationDelta? decoration, ImageFilter? backgroundFilter = Sentinels.imageFilter, BoxConstraints? constraints, FSidebarGroupStyleDelta? groupStyle, EdgeInsetsGeometryDelta? headerPadding, EdgeInsetsGeometryDelta? contentPadding, EdgeInsetsGeometryDelta? 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.