Skip to main content
The Stac SizedBox allows you to build a Flutter SizedBox widget using JSON. To know more about the sizedBox widget in Flutter, refer to the official documentation.

Properties

PropertyTypeDescription
widthdoubleThe width of the SizedBox
heightdoubleThe height of the SizedBox
childStacWidgetThe child widget inside the SizedBox

Example

StacSizedBox(height: 25)