deterministicCursor property
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;
The platform is requesting to show deterministic (non-blinking) cursor in editable text fields.
Only supported on iOS.
bool get deterministicCursor => _kDeterministicCursorIndex & _index != 0;