AnimatedFillIcon constructor
const
AnimatedFillIcon({})
Implementation
const AnimatedFillIcon({
super.key,
required this.fillValue,
this.color = Colors.black,
required this.size,
required this.fillDirection,
required this.emptyIcon,
required this.filledIcon,
});