#[no_mangle]
pub extern "C" fn ratatui_canvas_layer(handle: *mut c_void)Expand description
Flushes the current canvas layer.
Subsequent shapes are drawn on a new layer on top of all previously drawn content. Does nothing if no canvas builder is active.