menu
Dart
dart:html
SpeechSynthesisUtterance
text property
text
brightness_4
brightness_5
description
text
property
String
?
text
Implementation
String? get text native;
void
text=
(
String
?
value
)
Implementation
set text(String? value) native;
Dart
dart:html
SpeechSynthesisUtterance
text 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