menu
Dart
dart:html
SpeechSynthesisUtterance
pitch property
pitch
brightness_4
brightness_5
description
pitch
property
num
?
pitch
Implementation
num? get pitch native;
void
pitch=
(
num
?
value
)
Implementation
set pitch(num? value) native;
Dart
dart:html
SpeechSynthesisUtterance
pitch property
SpeechSynthesisUtterance class