Function render_border
Source pub fn render_border(ctx: &mut RenderContext<'_>, area: Rect, color: Color)
Expand description
Render a border around the given area
§Arguments
ctx - Render context
area - Area to draw border around
color - Border color
§Example
ⓘrender_border(ctx, area, Color::WHITE);