MyApp constructor

const MyApp({
  1. Key? key,
})

Creates a MyApp widget.

The key parameter is optional and can be used to specify a widget key.

Implementation

const MyApp({super.key});