openRight method

  1. @override
void openRight()
override

Programmatically triggers a right-swipe increment on the attached cell.

Behaves identically to a user swiping right past the activation threshold: runs the completion spring, applies the progressive increment, then snaps back to idle.

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

Implementation

@override
void openRight() => _openRight++;