AutoScaleAnimatedColumn constructor
const
AutoScaleAnimatedColumn({
- Key? key,
- required List<
Widget> items, - Duration? duration,
- EdgeInsets? padding,
- double? horizontalSpacing,
- EdgeInsets? margin,
- Offset? offset,
- double? opacity,
Implementation
const AutoScaleAnimatedColumn({
super.key,
required this.items,
this.duration,
this.padding,
this.horizontalSpacing,
this.margin,
this.offset,
this.opacity,
});