MyApp constructor

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

Implementation

const MyApp({Key? key}) : super(key: key);