MicrophoneButton constructor

MicrophoneButton(
  1. {bool isListening,
  2. Function listen,
  3. bool keyboardIsUp}
)

Implementation

MicrophoneButton({this.isListening, this.listen, this.keyboardIsUp});