RoundIconButton constructor
const
RoundIconButton({})
Implementation
const RoundIconButton({
super.key,
required this.padding,
required this.size,
required this.onClick,
required this.foreground,
required this.icon,
required this.primary,
});