AppIconButton constructor
const
AppIconButton({})
Implementation
const AppIconButton(
{super.key,
required this.onPressed,
required this.icon,
this.tooltip = '',
this.iconSize = 20.0,
this.iconColor,
this.backgroundColor});