ChipAnimationStyle constructor
- AnimationStyle? enableAnimation,
- AnimationStyle? selectAnimation,
- AnimationStyle? avatarDrawerAnimation,
- AnimationStyle? deleteDrawerAnimation,
Creates an instance of Chip Animation Style class.
Implementation
ChipAnimationStyle({
this.enableAnimation,
this.selectAnimation,
this.avatarDrawerAnimation,
this.deleteDrawerAnimation,
});