CDKButtonIcon constructor
Implementation
const CDKButtonIcon({
super.key,
this.onPressed,
this.icon = CupertinoIcons.bell_fill,
this.size = 24.0,
this.isCircle = false,
this.isSelected = false,
});
const CDKButtonIcon({
super.key,
this.onPressed,
this.icon = CupertinoIcons.bell_fill,
this.size = 24.0,
this.isCircle = false,
this.isSelected = false,
});