Skip to main content

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

PropertyTypeDescription
typeStacTableColumnWidth?Defines the type of columnWidth to be used. Can be fixedColumnWidth, flexColumnWidth, fractionColumnWidth & intrinsicColumnWidth
valuedouble?Defines the value to be assigned to columnWidth. e.g. 5.0 would be 5px in case of fixedColumnWidth

Example

StacFixedColumnWidth(value: 200.0)