MyLabel constructor

const MyLabel(
  1. dynamic _param,
  2. int backcolor, {
  3. Key? key,
})

Implementation

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