CDKButtonRadio constructor
const
CDKButtonRadio({})
Implementation
const CDKButtonRadio({
Key? key,
this.isSelected = false,
this.onSelected,
this.size = 16.0,
required this.child,
}) : super(key: key);
const CDKButtonRadio({
Key? key,
this.isSelected = false,
this.onSelected,
this.size = 16.0,
required this.child,
}) : super(key: key);