CherryToastIcon constructor
const
CherryToastIcon({})
Implementation
const CherryToastIcon({
Key? key,
required this.color,
required this.icon,
required this.iconSize,
required this.iconColor,
required this.enableAnimation,
}) : super(key: key);