$FSidebarStyleTransformations extension
Methods
-
copyWith(
{BoxDecoration? decoration, ImageFilter? backgroundFilter, BoxConstraints? constraints, FSidebarGroupStyle groupStyle(FSidebarGroupStyle style)?, EdgeInsetsGeometry? headerPadding, EdgeInsetsGeometry? contentPadding, }) → 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 factort
.