open method
Implementation
void open([double v = 0]) async {
animationController.animateTo(
-maxDragDistance,
duration: widget._bounceStyle.duration,
);
if (widget.closeTag == null) return;
_ct!.value = LeftScrollStatus.open;
}
void open([double v = 0]) async {
animationController.animateTo(
-maxDragDistance,
duration: widget._bounceStyle.duration,
);
if (widget.closeTag == null) return;
_ct!.value = LeftScrollStatus.open;
}