$FHeaderStyleTransformations extension
- on
Methods
-
copyWith(
{SystemUiOverlayStyle? systemOverlayStyle, BoxDecoration? decoration, ImageFilter? backgroundFilter, EdgeInsetsGeometry? padding, double? actionSpacing, TextStyle? titleTextStyle, FHeaderActionStyle actionStyle(FHeaderActionStyle style)?}) → 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 factort
.