removeStyle

expect open fun removeStyle(style: Style, selector: UInt)

Removes the style from the LVGL object.

Parameters

style

The style to remove.

selector

A combination of parts and state (an or-ed value) that acts as a filter for removing the style. If this parameter isn't specified then the default style is used as the filter.

actual open fun removeStyle(style: Style, selector: UInt)
actual open fun removeStyle(style: Style, selector: UInt)