MyHomePage constructor
Creates a new instance of MyHomePage.
The title argument is the title of the home page.
Implementation
const MyHomePage({
super.key,
required this.title,
});
Creates a new instance of MyHomePage.
The title argument is the title of the home page.
const MyHomePage({
super.key,
required this.title,
});