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.
Table Column Width
StacTableColumnWidth allows you to build the Flutter TableColumnWidth class using JSON. To know more about the TableColumnWidth class in Flutter, refer to the official documentation.Properties
| Property | Type | Description |
|---|---|---|
| type | StacTableColumnWidth? | Defines the type of columnWidth to be used. Can be fixedColumnWidth, flexColumnWidth, fractionColumnWidth & intrinsicColumnWidth |
| value | double? | Defines the value to be assigned to columnWidth. e.g. 5.0 would be 5px in case of fixedColumnWidth |