$FHeaderStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({SystemUiOverlayStyle? systemOverlayStyle, DecorationDelta? decoration, ImageFilter? backgroundFilter = Sentinels.imageFilter, EdgeInsetsGeometryDelta? padding, double? actionSpacing, TextStyleDelta? titleTextStyle, FHeaderActionStyleDelta? actionStyle, FVariantsValueDelta<FPlatformVariantConstraint, FPlatformVariant, bool, Delta>? slidableActions}) 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.