$FScaffoldStyleTransformations extension
Methods
-
copyWith(
{SystemUiOverlayStyle? systemOverlayStyle, Color? backgroundColor, Color? sidebarBackgroundColor, EdgeInsetsGeometry? childPadding, BoxDecoration? headerDecoration, }) → 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 factort
.