RoundButton constructor
const
RoundButton({})
Implementation
const RoundButton({
super.key,
required this.theme,
this.text,
this.size = 50,
this.textSize = 16,
required this.icon,
this.color = Colors.white,
Color? iconColor,
this.backgroundColor = Colors.transparent,
this.iconSize = 24,
this.onPressed,
this.selected = false,
}) : iconColor = iconColor ?? color;