$FHeaderStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({SystemUiOverlayStyle? systemOverlayStyle, BoxDecorationDelta? decoration, ImageFilter? backgroundFilter = imageFilterSentinel, EdgeInsetsGeometry? padding, double? actionSpacing, TextStyleDelta? titleTextStyle, FHeaderActionStyleDelta? actionStyle}) FHeaderStyle

Available on FHeaderStyle, provided by the $FHeaderStyleTransformations extension

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

Available on FHeaderStyle, provided by the $FHeaderStyleTransformations extension

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