App constructor

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

Implementation

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