blur method
Blurs the cursor, stopping the blink animation.
Implementation
CursorModel blur() {
_blinkTimer?.cancel();
return copyWith(focus: false, blink: true);
}
Blurs the cursor, stopping the blink animation.
CursorModel blur() {
_blinkTimer?.cancel();
return copyWith(focus: false, blink: true);
}