The Stac Colored Box allows you to build a Flutter colored box widget using JSON. To know more about the colored box 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 |
|---|---|---|
| color | StacColor | The color to paint the background of the box. |
| child | StacWidget | The widget to display inside the colored box. |
Example
- Dart
- JSON
- Preview