AnimatedIconButton constructor
Implementation
const AnimatedIconButton({
super.key,
required this.icon,
required this.onPressed,
this.isActive = false,
this.tooltip,
this.size = 24,
this.duration = const Duration(milliseconds: 220),
this.backgroundColor,
this.activeColor,
});