openLeft method

  1. @override
void openLeft()
override

Programmatically triggers a left-swipe open on the attached cell.

Behaves identically to a user swiping left past the activation threshold. Runs the completion spring animation; subsequent behaviour is determined by LeftSwipeConfig.mode and LeftSwipeConfig.postActionBehavior.

No-op (debug assertion in debug mode) when:

Implementation

@override
void openLeft() => _openLeft++;