MyApp constructor

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

Creates the main application.

Implementation

const MyApp({super.key});