onCenterControlsVisibilityChanged property

void Function(bool areVisible)? onCenterControlsVisibilityChanged
final

Called when central controls (e.g., play/pause icon in the center) are shown or hidden.

areVisible is true when controls are visible, false otherwise.

Implementation

final void Function(bool areVisible)? onCenterControlsVisibilityChanged;