pitch property

num pitch

Source

@DomName('SpeechSynthesisUtterance.pitch')
@DocsEditable()
num get pitch =>
    _blink.BlinkSpeechSynthesisUtterance.instance.pitch_Getter_(this);
void pitch=(num value)

Source

@DomName('SpeechSynthesisUtterance.pitch')
@DocsEditable()
set pitch(num value) =>
    _blink.BlinkSpeechSynthesisUtterance.instance.pitch_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/pitch.html