SizedBox
Stac sizedBox allows you to build the Flutter sizedBox widget using JSON. To know more about the sizedBox widget in Flutter, refer to the official documentation.
Properties​
Property | Type | Description |
---|---|---|
width | double? | The width of the SizedBox |
height | double? | The height of the SizedBox |
child | Map<String, dynamic>? | The child widget inside the SizedBox |
Example JSON​
{
"type": "sizedBox",
"height": 25
}