Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Documentation for Stack
StacAlignment
StacAlignment.topStart
StacClip
StacClip.hardEdge
StacStackFit
StacStackFit.loose
StacTextDirection
List<StacWidget>
StacStack( alignment: StacAlignment.center, clipBehavior: StacClip.antiAlias, fit: StacStackFit.expand, textDirection: StacTextDirection.ltr, children: [ StacText(data: 'Hello, World!'), StacContainer(width: 100, height: 100, color: StacColors.red), ], )
{ "type": "stack", "alignment": "center", "clipBehavior": "antiAlias", "fit": "expand", "textDirection": "ltr", "children": [ { "type": "text", "data": "Hello, World!" }, { "type": "container", "width": 100, "height": 100, "color": "#FF0000" } ] }