FxBottomNavigationBarItem class

Constructors

FxBottomNavigationBarItem({required Widget? page, String? title = "", TextStyle? activeTitleStyle, TextStyle? titleStyle, Color? activeTitleColor, Color? titleColor, double? activeTitleSize, double? titleSize, IconData? iconData, IconData? activeIconData, Widget? icon, Widget? activeIcon, Color? iconColor, Color? activeIconColor, double? iconSize, double? activeIconSize})

Properties

activeIcon Widget?
final
activeIconColor Color?
final
activeIconData IconData?
final
activeIconSize double?
final
activeTitleColor Color?
final
activeTitleSize double?
final
activeTitleStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
final
iconColor Color?
final
iconData IconData?
final
iconSize double?
final
page Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
titleColor Color?
final
titleSize double?
final
titleStyle TextStyle?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited