pub fn clear_draw_request()Expand description
Reset the per-frame draw flags. The App::paint entry point calls
this before delegating to the root widget so each frame starts fresh —
widgets that still need a draw (animation in flight, focus blink, etc.)
must re-arm during their draw, otherwise the loop goes idle.