RenderStack constructor
RenderStack({})
Implementation
RenderStack({
this.width,
this.height,
this.alignment = Alignment.topLeft,
this.fit = StackFit.loose,
this.clipBehavior = Overflow.clip,
});
RenderStack({
this.width,
this.height,
this.alignment = Alignment.topLeft,
this.fit = StackFit.loose,
this.clipBehavior = Overflow.clip,
});