pub fn use_cursor_blink(enable: bool, color: Color) -> (Timeout, Color)Expand description
A hook that manages the cursor blink animation with a typing timeout. When the user types, the cursor stays visible. After the timeout elapses, the cursor starts blinking again.