AnimatedIconButton constructor
const
AnimatedIconButton({})
Implementation
const AnimatedIconButton({
Key? key,
required this.tooltip,
required this.onPressed,
required this.controller,
required this.icon,
this.loadingColor,
this.color,
}) : super(key: key);