fn card(
    ctx: &EventCtx<'_>,
    label: &'static str,
    tooltip: &'static str,
    time: Duration,
    color: Color
) -> Widget