Dart
dart:html
SpeechSynthesisUtterance
pitch property
pitch
Dart
dart:html
SpeechSynthesisUtterance
pitch property
SpeechSynthesisUtterance class
Constructors
SpeechSynthesisUtterance
Properties
hashCode
lang
on
onBoundary
onEnd
onError
onMark
onPause
onResume
onStart
pitch
rate
runtimeType
text
voice
volume
Methods
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Constants
boundaryEvent
endEvent
errorEvent
markEvent
pauseEvent
resumeEvent
startEvent
description
pitch
property
Null safety
num
?
pitch
Implementation
num? get pitch native;
void
pitch=
(
num
?
value
)
Implementation
set pitch(num? value) native;