ChipAnimationStyle constructor

ChipAnimationStyle({
  1. AnimationStyle? enableAnimation,
  2. AnimationStyle? selectAnimation,
  3. AnimationStyle? avatarDrawerAnimation,
  4. AnimationStyle? deleteDrawerAnimation,
})

Creates an instance of Chip Animation Style class.

Implementation

ChipAnimationStyle({
  this.enableAnimation,
  this.selectAnimation,
  this.avatarDrawerAnimation,
  this.deleteDrawerAnimation,
});