StacStack constructor
const
StacStack({
- StacAlignment? alignment,
- StacTextDirection? textDirection,
- StacStackFit? fit,
- StacClip? clipBehavior,
- List<
StacWidget> ? children,
Creates a StacStack that lays out its children
relative to its box.
Implementation
const StacStack({
this.alignment,
this.textDirection,
this.fit,
this.clipBehavior,
this.children,
});