Create a container for managing object layout.
lvgl.box([parent], {settings})
parent:box({settings})
See the API page for parameter description and common settings.
Box specific settings:
flexFlow
Flow type - lvgl.FLOW_COLUMN or lvgl.FLOW_ROW
Enable flex layout for this box.
not used
flexPad
Number
When flex layout is used, set the padding between rows or columns. Recommended to use the lvgl.PAD_xxx values.
0
LVGL object
BW radios
Color radios
LVGL object
2.11.0
Introduced