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.
1 parent 4da460a commit 2aca16eCopy full SHA for 2aca16e
lib/src/material/material_desktop_controls.dart
@@ -291,7 +291,7 @@ class _MaterialDesktopControlsState extends State<MaterialDesktopControls>
291
child: Row(
292
children: <Widget>[
293
_buildPlayPause(controller),
294
- if (chewieController.allowMuting)
+ if (chewieController.allowMuting)
295
_buildMuteButton(controller),
296
if (chewieController.isLive)
297
const Expanded(child: Text('LIVE'))
0 commit comments