$FScaffoldStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({SystemUiOverlayStyle? systemOverlayStyle, Color? backgroundColor, Color? sidebarBackgroundColor, EdgeInsetsGeometry? childPadding, BoxDecoration? headerDecoration, BoxDecoration? footerDecoration}) FScaffoldStyle

Available on FScaffoldStyle, provided by the $FScaffoldStyleTransformations extension

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

Available on FScaffoldStyle, provided by the $FScaffoldStyleTransformations extension

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