lv_style_set_prop() function
Set the value of property in a style. This function shouldn't be used directly by the user. Instead use `lv_style_set_()`. E.g. `lv_style_set_bg_color()`
Arguments
prop
the ID of a property (e.g. `LV_STYLE_BG_COLOR`)
value
`lv_style_value_t` variable in which a field is set according to the type of `prop`