cursorBlinkInterval property

  1. @visibleForTesting
Duration cursorBlinkInterval

The cursor blink interval (the amount of time the cursor is in the "on" state or the "off" state). A complete cursor blink period is twice this value (half on, half off).

Implementation

@visibleForTesting
Duration get cursorBlinkInterval => _kCursorBlinkHalfPeriod;