{
"type": "carouselView",
"carouselType": "weighted",
"padding": 12,
"backgroundColor": "#FFFFFF",
"elevation": 5.0,
"overlayColor": "#FF0000",
"itemSnapping": true,
"shrinkExtent": 0.0,
"scrollDirection": "horizontal",
"reverse": false,
"onTap": {
"type": "callback",
"name": "onItemTap"
},
"enableSplash": true,
"itemExtent": 300,
"flexWeights": [1, 7, 1],
"children": [
{
"type": "image",
"height": 400,
"fit": "cover",
"src": "https://flutter.github.io/assets-for-api-docs/assets/material/content_based_color_scheme_1.png"
},
{
"type": "image",
"height": 400,
"fit": "cover",
"src": "https://flutter.github.io/assets-for-api-docs/assets/material/content_based_color_scheme_2.png"
},
{
"type": "image",
"height": 400,
"fit": "cover",
"src": "https://flutter.github.io/assets-for-api-docs/assets/material/content_based_color_scheme_3.png"
}
]
}