-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
animate: _speechToText.isListening,
glowRadiusFactor: 75.0,
duration: const Duration(milliseconds: 1000),
glowColor: Color.fromRGBO(0x3a, 0x4f, 0x62, 1),
repeatPauseDuration: const Duration(milliseconds: 100),
repeat: true,
child: FloatingActionButton(
onPressed: () {
_speechToText.isNotListening ? _startListening() : _stopListening();
},
child: Icon(_speechToText.isListening ? Icons.mic : Icons.mic_off),
),
),
The named parameter 'repeatPauseDuration' isn't defined.
Metadata
Metadata
Assignees
Labels
No labels