AnimatedComponent constructor

const AnimatedComponent({
  1. required LoginComponents component,
  2. AnimationType animationType = AnimationType.right,
})

Default constructor.

Implementation

const AnimatedComponent({
  required this.component,
  this.animationType = AnimationType.right,
});