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 ColoredBox
StacColor
StacWidget
StacColoredBox( color: StacColors.red, child: StacText(data: 'Hello, World!'), )
{ "type": "coloredBox", "color": "#FF0000", "child": { "type": "text", "data": "Hello, World!" } }