Radios constructor

const Radios(
  1. List _param,
  2. int _backcolor,
  3. double _height, {
  4. Key? key,
})

Implementation

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