ExpandAnimationView constructor
const
ExpandAnimationView({
- Key? key,
- required Widget titleView,
- required Widget contentView,
- Widget? iconView,
- double axisAlignment = -1.0,
- EdgeInsets? margin,
- EdgeInsets? padding,
- BoxDecoration? decoration,
- EdgeInsets? titleMargin,
- EdgeInsets? titlePadding,
- BoxDecoration? titleDecoration,
- bool isExpand = false,
- ValueChanged<
bool> ? onChanged, - Future<
bool> onBeforeExpand()?,
Implementation
const ExpandAnimationView({
super.key,
required this.titleView,
required this.contentView,
this.iconView,
this.axisAlignment = -1.0,
this.margin,
this.padding,
this.decoration,
this.titleMargin,
this.titlePadding,
this.titleDecoration,
this.isExpand = false,
this.onChanged,
this.onBeforeExpand,
});