speechSubBar property

(Widget Function(BuildContext context)?) speechSubBar
final

Custom widget shown when speech recognition is active.

If null, used SpeechSubBar, see its help for more info.

Implementation

final Widget Function(BuildContext context)? speechSubBar;