Function render_header

Source
pub fn render_header(
    f: &mut Frame<'_>,
    area: Rect,
    is_edit_mode: bool,
    theme: &ThemeColors,
)