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