menu
flutter_application
main.dart
MyHomePage
MyHomePage const constructor
MyHomePage
dark_mode
light_mode
MyHomePage
constructor
const
MyHomePage
(
{
Key
?
key
,
required
String
title
,
})
Implementation
const MyHomePage({super.key, required this.title});
flutter_application
main
MyHomePage
MyHomePage const constructor
MyHomePage class