StacTableCell allows you to define the Flutter TableCell widget using JSON. To know more about the TableCell widget in Flutter, refer to the official documentation.Documentation Index
Fetch the complete documentation index at: https://docs.stac.dev/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Property | Type | Description |
|---|---|---|
| verticalAlignment | TableCellVerticalAlignment? | Defines the verticalAlignment for the table cell. Can be top, middle, bottom, baseline, fill & intrinsicHeight Defaults to top. |
| child | Map<String, dynamic> | The child widget of the table cell. |
Example
- Dart
- JSON
- Preview