XStack constructor
- {AlignmentGeometry alignment,
- Clip clipBehavior,
- StackFit fit,
- Key key,
- TextDirection textDirection}
Implementation
XStack(
{this.alignment,
this.clipBehavior,
this.fit,
this.key,
this.textDirection});
XStack(
{this.alignment,
this.clipBehavior,
this.fit,
this.key,
this.textDirection});