$FBottomNavigationBarStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecoration? decoration, ImageFilter? backgroundFilter, EdgeInsetsGeometry? padding, FBottomNavigationBarItemStyle itemStyle(FBottomNavigationBarItemStyle style)?}) 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.