AnimationGroupWidget constructor

AnimationGroupWidget(
  1. List<Widget> childView, {
  2. int milliseconds = 1200,
  3. Cubic cubic = Curves.easeOutCubic,
  4. double childWidth = 50,
  5. double childHeight = 50,
})

Implementation

AnimationGroupWidget(this.childView,{this.milliseconds=1200,this.cubic=Curves.easeOutCubic,this.childWidth=50,this.childHeight=50});