AutoScaleAnimatedColumn constructor

const AutoScaleAnimatedColumn({
  1. Key? key,
  2. required List<Widget> items,
  3. Duration? duration,
  4. EdgeInsets? padding,
  5. double? horizontalSpacing,
  6. EdgeInsets? margin,
  7. Offset? offset,
  8. double? opacity,
})

Implementation

const AutoScaleAnimatedColumn({
  super.key,
  required this.items,
  this.duration,
  this.padding,
  this.horizontalSpacing,
  this.margin,
  this.offset,
  this.opacity,
});