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