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