zero.appdocs

SizedBox

Presentations v1.0 zero-schema

No description provided.

Required fields

PresentationType

Properties

PresentationType string required
The SizedBox is used to create a box with a specific size. It's like a placeholder that enforces a certain width and height, creating empty space in your layout.
Allowed SizedBox
Height number optional
Specifies the height of the SizedBox widget in pixel, allowing you to control the vertical space it occupies.
Width number optional
pecifies the width of the SizedBox widget in pixel, allowing you to control the horizontal space it occupies.
Child object optional
Specifies a child widget that can be placed inside the SizedBox, allowing you to add other widgets within the sized box while still maintaining the specified dimensions.