CDKPicker360 constructor
const
CDKPicker360({})
Implementation
const CDKPicker360(
{Key? key,
required this.value,
this.enabled = true,
this.size = 16,
required this.onChanged})
: super(key: key);