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