VerticalScrollableTabBarStatus class

Detect TabBar Status, isOnTap = is to check TabBar is on Tap or not, isOnTapIndex = is on Tap Index 增廁 TabBar 的狀態,isOnTap 是用來判斷是否是被點擊的狀態,isOnTapIndex 是用來儲存 TapBar 的 Index 的。

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

isOnTap bool
getter/setter pair
isOnTapIndex int
getter/setter pair

Static Methods

setIndex(int index) → void