view/audio/spoken_text_widget library

Classes

SpokenTextWidget
A widget that plays spoken text using Flutter TTS.
SpokenTextWidgetState
The state for the SpokenTextWidget.

Constants

pitch → const double
the default pitch of the speech
rate → const double
the default rate of the speech
volume → const double
the default volume of the speech

Properties

flutterTts ↔ FlutterTts
global instance of FlutterTts
getter/setter pair