UiIconButton constructor
const
UiIconButton({})
Implementation
const UiIconButton({
super.key,
required this.backgroundColor,
required this.icon,
required this.onPressed,
this.size = 48,
this.iconSize = 24,
this.iconColor,
this.elevation = 2,
this.borderColor,
this.borderWidth = 2,
});