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