We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 483e22b + 2aca16e commit cafa5cfCopy full SHA for cafa5cf
lib/src/material/material_desktop_controls.dart
@@ -291,7 +291,8 @@ class _MaterialDesktopControlsState extends State<MaterialDesktopControls>
291
child: Row(
292
children: <Widget>[
293
_buildPlayPause(controller),
294
- _buildMuteButton(controller),
+ if (chewieController.allowMuting)
295
+ _buildMuteButton(controller),
296
if (chewieController.isLive)
297
const Expanded(child: Text('LIVE'))
298
else
0 commit comments