LeftScrollController class
Constructors
- LeftScrollController({required LeftScrollCloseTag tag, required Key key})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → LeftScrollStatusCtrl?
-
no setter
- tag → LeftScrollCloseTag
-
final
Methods
-
close(
Future< bool?> onRemove()?) → Future<void> - 删除目标行,带有动画
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
Future< bool?> onRemove()?) → Future<void> - 删除目标行,带有动画
-
remove(
Future< bool?> onRemove()?) → Future<void> - 删除目标行,带有动画
-
to(
LeftScrollStatus newStatus) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited