1 2 3 4 5 6 7 8 9 10
local lvgl = require("lvgl") local theme = { list_item = lvgl.Style { pad_left = 4, pad_right = 4, }, } return theme