The Stac Center allows you to build a Flutter center widget using JSON. To know more about the center 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 |
|---|---|---|
| widthFactor | double | The factor by which to multiply the child’s width. |
| heightFactor | double | The factor by which to multiply the child’s height. |
| child | StacWidget | The widget to display inside the center. |
Example
- Dart
- JSON
- Preview