MyApp constructor

const MyApp(
  1. {Key? key}
)

It's a constructor of the MyApp class.

Implementation

const MyApp({super.key});