ComponentCircleButton constructor
const
ComponentCircleButton({})
Implementation
const ComponentCircleButton({
super.key,
this.color,
this.radius,
required this.icon,
this.onclick,
this.isBoxShadow = false,
});