Display a vertical line.
lvgl.vline([parent], {settings})
parent:hline({settings})
See the API page for parameter description and common settings.
The 'h' setting determinse the length of the line.
The 'w' setting determines the thickness of the line.
Vline specific settings:
rounded
Boolean
If true then the end caps of the line are rounded.
false
LVGL object
BW radios
Color radios
2.11.0
Introduced