App constructor

const App(
  1. dynamic _state, {
  2. dynamic key,
})

Implementation

const App(this._state, {super.key});