Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repeatPauseDuration #41

Open
paulobreim opened this issue Jul 28, 2024 · 0 comments
Open

repeatPauseDuration #41

paulobreim opened this issue Jul 28, 2024 · 0 comments

Comments

@paulobreim
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant