menu
contacto
main.dart
MyApp
MyApp const constructor
MyApp
brightness_4
brightness_5
MyApp
constructor
const
MyApp
(
{
Key?
key
}
)
Implementation
const MyApp({Key? key}) : super(key: key);
contacto
main
MyApp
MyApp const constructor
MyApp class