AnimatedSection constructor
const
AnimatedSection({
- Key? key,
- bool expand = false,
- required VoidCallback animationDismissed,
- required Widget child,
- required double axisAlignment,
Implementation
const AnimatedSection({
super.key,
this.expand = false,
required this.animationDismissed,
required this.child,
required this.axisAlignment,
});