onControllerTapped property

VoidCallback? onControllerTapped
final

This is called when the mini controller is tapped and the tap is not handled by the controller. Generally, you want to open the expanded controls on this callback.

Implementation

final VoidCallback? onControllerTapped;