MyDetail constructor

const MyDetail(
  1. Map _param,
  2. int backcolor,
  3. dynamic myid,
  4. dynamic lastid,
  5. dynamic contextParent, {
  6. Key? key,
})

Implementation

const MyDetail(
    this._param, this.backcolor, this.myid, this.lastid, this.contextParent,
    {super.key});