menu
speech_recognizer
main.dart
MyApp
MyApp.new const constructor
MyApp.new
dark_mode
light_mode
MyApp
constructor
const
MyApp
(
{
Key
?
key
,
bool
isTesting
=
false
,
})
Implementation
const MyApp({super.key, this.isTesting = false});
speech_recognizer
main
MyApp
MyApp.new const constructor
MyApp class