ExpandedSection constructor
const
ExpandedSection({})
Implementation
const ExpandedSection({
super.key,
this.expand = false,
required this.child,
this.onFinish,
this.duration,
this.axis = Axis.vertical,
this.reverse = false,
});