Properties
| Property | Type | Description |
|---|---|---|
fit | BoxFit | Defines how the child should be fitted within the box. Defaults to BoxFit.contain. |
alignment | StacAlignmentDirectional | Aligns the child within the box. Defaults to StacAlignmentDirectional.center. |
clipBehavior | Clip | Specifies whether and how the content should be clipped. Defaults to Clip.none. |
child | Map<String, dynamic>? | The child widget, represented as a JSON object, to be positioned and scaled. |