Stack constructor
Stack({})
Implementation
Stack({
required super.children,
this.width,
this.height,
this.alignment = Alignment.topLeft,
this.fit = StackFit.loose,
this.clipBehavior = Overflow.clip,
super.key,
});