cursorCurrentlyVisible property

  1. @visibleForTesting
bool cursorCurrentlyVisible

Whether the blinking cursor is actually visible at this precise moment (it's hidden half the time, since it blinks).

Implementation

@visibleForTesting
bool get cursorCurrentlyVisible => _cursorBlinkOpacityController.value > 0;