CircleView constructor
const
CircleView({})
Implementation
const CircleView({
super.key,
this.size,
this.color = Colors.transparent,
this.boxShadow,
this.border,
this.opacity,
this.buttonImage,
this.buttonIcon,
this.buttonText,
});