pub unsafe extern "C" fn lv_style_set_margin_bottom(
style: *mut lv_style_t,
value: i32,
)Expand description
Sets margin on the bottom. Widget will keep this space from its siblings in layouts. Default: 0, inherited: No, layout: Yes, ext. draw: No. @param style Pointer to style @param value Value to submit