onControllerTapped property
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;
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.
final VoidCallback? onControllerTapped;