$FBottomNavigationBarStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecorationDelta? decoration, ImageFilter? backgroundFilter = imageFilterSentinel, EdgeInsetsGeometry? padding, FBottomNavigationBarItemStyleDelta? itemStyle}) 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.