NeomageIconButton constructor
const
NeomageIconButton({})
Implementation
const NeomageIconButton({
super.key,
required this.icon,
required this.tooltip,
this.onPressed,
this.size = 20,
this.color,
this.backgroundColor,
});