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.

StacAlignmentDirectional

Stac AlignmentDirectional allows you to handle alignment widget using JSON. The alignment property determines where the child is positioned within the box:
ValueDescription
topStartAligns the child to the top-start corner.
topCenterAligns the child to the top-center.
topEndAligns the child to the top-end corner.
centerStartAligns the child to the center-start.
centerCenters the child in the box.
centerEndAligns the child to the center-end.
bottomStartAligns the child to the bottom-start.
bottomCenterAligns the child to the bottom-center.
bottomEndAligns the child to the bottom-end.

Example

StacFittedBox(alignment: StacAlignmentDirectional.center)