pub fn parked_car(
    ctx: &mut EventCtx<'_>,
    app: &App,
    details: &mut Details,
    id: CarID,
    is_paused: bool
) -> Widget