BottomBarListener mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBottomBarBuilder(BottomBarController controller) → void
组件构建完成后传入BottomBarController
onBottomBarItemClick(int currentIndex, String tag, dynamic extra) Future<bool>
选项单击回调 currentIndex 选择项索引 tag 选项标记 extra 扩展数据(eg. 携带数据)
toString() String
A string representation of this object.
inherited

Operators

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