setWidth

expect infix fun setWidth(value: Short)

Sets the width of the LVGL object. Pixel, percentage and LV_SIZE_CONTENT values can be used. Percentage values are relative to the width of the parent's content area.

Parameters

value

The new value to use.

actual infix fun setWidth(value: Short)
actual infix fun setWidth(value: Short)