GlobalLeftScroll class Null safety
Constructors
- GlobalLeftScroll()
-
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
map
↔ Map<
LeftScrollCloseTag?, Map< Key?, LeftScrollStatusCtrl> > -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
needCloseOtherRowOfTag(
LeftScrollCloseTag? tag, Key? key) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
removeListener(
LeftScrollCloseTag tag) → bool -
removeRowWithAnimation(
LeftScrollCloseTag? tag, Key? key, {Function? onRemove}) → dynamic - 删除目标行
-
targetStatus(
LeftScrollCloseTag? tag, Key? key) → LeftScrollStatusCtrl? -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Properties
- instance → GlobalLeftScroll?
-
read-only