controlling property

bool controlling

A flag that indicates whether this controller is actively controlling a SlidingPanel.

If it returs false, it indicates that you need to pass this controller as a parameter in SlidingPanel.panelController.

Implementation

bool get controlling => _controlling;