Function egui::text_selection::visuals::paint_cursor_end

source ยท
pub fn paint_cursor_end(painter: &Painter, visuals: &Visuals, cursor_rect: Rect)
Expand description

Paint one end of the selection, e.g. the primary cursor.

This will never blink.