VoiceSearchButton constructor
const
VoiceSearchButton({
- Key? key,
- required VoiceSearchController controller,
- VoidCallback? onPressed,
- Color? activeColor,
- Color? inactiveColor,
- double size = 24.0,
- String? tooltip,
Implementation
const VoiceSearchButton({
super.key,
required this.controller,
this.onPressed,
this.activeColor,
this.inactiveColor,
this.size = 24.0,
this.tooltip,
});