StackSpec constructor
const
StackSpec({
- AlignmentGeometry? alignment,
- StackFit? fit,
- TextDirection? textDirection,
- Clip? clipBehavior,
- AnimatedData? animated,
Implementation
const StackSpec({
this.alignment,
this.fit,
this.textDirection,
this.clipBehavior,
super.animated,
});