deterministicCursor property

bool get deterministicCursor

The platform is requesting to show deterministic (non-blinking) cursor in editable text fields.

Only supported on iOS.

Implementation

bool get deterministicCursor => _kDeterministicCursorIndex & _index != 0;