customIsSpeechModeNotifier property

ValueNotifier<bool>? customIsSpeechModeNotifier
final

The ValueNotifier to be used to indicate: is speech recognition is active.

If null, will be created default one. Use isSpeechMode getter to access this field.

Implementation

final ValueNotifier<bool>? customIsSpeechModeNotifier;