MyApp constructor
const
MyApp({
- Key? key,
Creates the main application widget.
Implementation
const MyApp({Key? key}) : super(key: key);
Creates the main application widget.
const MyApp({Key? key}) : super(key: key);