Function row_render

Source
pub fn row_render(
    draw_target: &mut impl DrawTarget<Color = BinaryColor>,
    selected: bool,
    item: &str,
    point: Point,
    text_style: MonoTextStyle<'_, BinaryColor>,
) -> Option<Point>