BottomBarItem class

Constructors

BottomBarItem({Widget? icon, Widget? activeIcon, String? text, String? tag, dynamic extra, SizedBox? normalIconSize, SizedBox? selectedIconSize, bool selectedHiddenText = false, bool normalHiddenText = false, bool isConvex = false, Widget? convex, int tabIndex = 0})

Properties

activeIcon Widget?
选中时图标
getter/setter pair
convex Widget?
特殊按钮
getter/setter pair
extra ↔ dynamic
扩展数据
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
正常显示图标
getter/setter pair
isConvex bool
是否特殊按钮
getter/setter pair
normalHiddenText bool
默认是否隐藏text
getter/setter pair
normalIconSize SizedBox?
默认图片自定义宽高
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedHiddenText bool
选中是否隐藏text
getter/setter pair
selectedIconSize SizedBox?
选中图片自定义宽高
getter/setter pair
tabIndex int
选项索引(排除特殊按钮之外)
getter/setter pair
tag String?
选项标识
getter/setter pair
text String?
选项图标文本
getter/setter pair

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