CircleButton constructor
const
CircleButton({})
Creates a CircleButton
widget.
The onPressed
parameter must not be null.
Implementation
const CircleButton({
super.key,
super.text,
required super.onPressed,
super.width,
super.height,
super.color,
super.textColor,
super.icon,
super.iconSize,
super.iconColor,
super.shadow,
});