debugDeterministicCursor property

bool debugDeterministicCursor
getter/setter pair

Setting this property to true makes the cursor stop blinking or fading on and off once the cursor appears on focus. This property is useful for testing purposes.

It does not affect the necessity to focus the EditableText for the cursor to appear in the first place.

Defaults to false, resulting in a typical blinking cursor.

Implementation

static bool debugDeterministicCursor = false;