$FBottomNavigationBarItemStyleTransformations extension
Methods
-
copyWith(
{FWidgetStateMap< IconThemeData> ? iconStyle, FWidgetStateMap<TextStyle> ? textStyle, EdgeInsetsGeometry? padding, double? spacing, FTappableStyle tappableStyle(FTappableStyle style)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?}) → FBottomNavigationBarItemStyle -
Available on FBottomNavigationBarItemStyle, provided by the $FBottomNavigationBarItemStyleTransformations extension
Returns a copy of this FBottomNavigationBarItemStyle with the given properties replaced. -
lerp(
FBottomNavigationBarItemStyle other, double t) → FBottomNavigationBarItemStyle -
Available on FBottomNavigationBarItemStyle, provided by the $FBottomNavigationBarItemStyleTransformations extension
Linearly interpolate between this and another FBottomNavigationBarItemStyle using the given factort
.