Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 174 Bytes

sized_box.md

File metadata and controls

12 lines (10 loc) · 174 Bytes

Sized Box Widget

A box with fixed width and/or height, containing a child.

{
    "type": "sized_box",
    "height": 16.0,
    "width": null,
    "child": {}
}