MyPic constructor

const MyPic(
  1. dynamic _param, {
  2. Key? key,
})

Implementation

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