cursorBlinkInterval property

Duration cursorBlinkInterval
@visibleForTesting

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;