menu
pulsar_web package
documentation
engine/morphic/conten_elements.dart
Audio
muted method
muted method
dark_mode
light_mode
muted
method
Audio
muted
(
[
bool
m
=
true
])
Implementation
Audio muted([bool m = true]) { if (m) attr('muted', BooleanAttribute(true)); return this; }
pulsar_web package
documentation
engine/morphic/conten_elements
Audio
muted method
Audio class