lvgl.dialog
Display a dialog box.
Display a dialog box.
title | String | Text to be displayed in the header of the dialog box. | Empty string |
close | Function | Called when the dialog box is closed. | nil |
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 |
BW radios |
Color radios | active |
2.11.0 | Introduced |