create
expect fun create(callback: (theme: Theme, obj: LvglObjectBase, userData: Any?) -> Unit, userData: Any?): ThemeCallback
Content copied to clipboard
Creates a new ThemeCallback object.
Return
A new ThemeCallback.
Parameters
callback
The callback to use.
user Data
User data to pass to the callback. Will be null if empty.