ExpandAnimationView constructor
ExpandAnimationView({
- Key? key,
- required Widget titleView,
- required Widget contentView,
- Widget? iconView,
- double? axisAlignment,
- EdgeInsets? margin,
- bool? isExpand,
- EdgeInsets? padding,
- BoxDecoration? decoration,
- EdgeInsets? titleMargin,
- EdgeInsets? titlePadding,
- BoxDecoration? titleDecoration,
Implementation
ExpandAnimationView({
super.key,
required this.titleView,
required this.contentView,
this.iconView,
this.axisAlignment,
this.margin,
this.isExpand,
this.padding,
this.decoration,
this.titleMargin,
this.titlePadding,
this.titleDecoration,
});