IconAnimated constructor
const
IconAnimated({})
Implementation
const IconAnimated(
{Key? key,
required this.progress,
required this.size,
this.color,
this.strokeWidth,
required this.iconType})
: super(key: key);