MyScreen constructor

const MyScreen(
  1. Map _param,
  2. int _backcolor, {
  3. Key? key,
})

Implementation

const MyScreen(this._param, this._backcolor, {super.key});