The Stac BoxDecoration class provides a rich set of properties to decorate a container including colors, borders, gradients, shadows, and images.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 | String? | Background color of the box. |
| image | Map<String, dynamic>? | Background image configuration. |
| border | Map<String, dynamic>? | Border around the box. |
| borderRadius | Map<String, dynamic>? | Border radius for rounded corners. |
| boxShadow | List<Map>? | List of shadow configurations. |
| gradient | Map<String, dynamic>? | Background gradient (takes precedence over color). |
| backgroundBlendMode | String? | Blend mode for background. |
| shape | String? | Shape: rectangle or circle. |