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 TableCell
TableCellVerticalAlignment?
top
middle
bottom
baseline
fill
intrinsicHeight
Map<String, dynamic>
StacTableCell( verticalAlignment: StacTableCellVerticalAlignment.top, child: StacContainer( color: '#40000000', height: 50.0, child: StacCenter( child: StacText(data: 'Header 1'), ), ), )
{ "type": "tableCell", "verticalAlignment": "top", "child": { "type": "container", "color": "#40000000", "height": 50, "child": { "type": "center", "child": { "type": "text", "data": "Header 1" } } } }