UIProIconButton constructor
const
UIProIconButton({})
Creates a themed icon button.
Implementation
const UIProIconButton({
super.key,
required this.icon,
this.onPressed,
this.size,
this.color,
this.backgroundColor,
this.isLoading = false,
this.splashRadius,
this.splashColor,
this.tooltip,
});