AnimatedIcon constructor
const
AnimatedIcon({
- Key? key,
- required IconData icon,
- required Color iconColor,
- required SnackbarType type,
- required SnackbarAnimation animation,
- ContentDesignStyle? designStyle,
- bool enablePulse = true,
Implementation
const AnimatedIcon({
super.key,
required this.icon,
required this.iconColor,
required this.type,
required this.animation,
this.designStyle,
this.enablePulse = true,
});