Image Card
API
Properties
| Property | Type | Default value | Description |
|---|---|---|---|
| title | String | title | |
| subtitle | String | sub title | |
| img | String | image address | |
| imgIsNet | bool | false | Is it an online picture |
| imgFix | BoxFit | BoxFit.cover | image display mode |
| cornerHeight | double | 20 | Corner height. Controls the four corners |
| topLeft | List< Widget > | Upper left corner component | |
| topRight | List< Widget > | Upper right corner component | |
| bottomLeft | List< Widget > | Lower left corner component | |
| bottomRight | List< Widget > | Lower right corner component |
Methods
| Method | type | Default | Description |
|---|---|---|---|