$FBottomNavigationBarStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({DecorationDelta? decoration, ImageFilter? backgroundFilter = Sentinels.imageFilter, EdgeInsetsGeometryDelta? padding, FBottomNavigationBarItemStyleDelta? itemStyle, FVariantsValueDelta<FPlatformVariantConstraint, FPlatformVariant, bool, Delta>? slideableItems}) FBottomNavigationBarStyle

Available on FBottomNavigationBarStyle, provided by the $FBottomNavigationBarStyleTransformations extension

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

Available on FBottomNavigationBarStyle, provided by the $FBottomNavigationBarStyleTransformations extension

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