On this page
volume property
num volumeSource
@DomName('SpeechSynthesisUtterance.volume')
@DocsEditable()
num get volume =>
_blink.BlinkSpeechSynthesisUtterance.instance.volume_Getter_(this);
void volume=(Source
@DomName('SpeechSynthesisUtterance.volume')
@DocsEditable()
set volume(num value) =>
_blink.BlinkSpeechSynthesisUtterance.instance.volume_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/SpeechSynthesisUtterance/volume.html