isListeningToSpeech property

ValueNotifier<bool> isListeningToSpeech
final

Read only ValueNotifier, indicate state of SpeechToText.

Used internally to sync widgets states.

Implementation

final isListeningToSpeech = ValueNotifier<bool>(false);