LocalCursorBlinkEnabled

Property

Common
val LocalCursorBlinkEnabled: ProvidableCompositionLocal<Boolean>

Text cursor blinking

  • true normal cursor behavior (interactive blink)
  • false never blink (always on)

The default of true is the user-expected system behavior for Text editing.

Typically you should not set false outside of screenshot tests without also providing a cursorBrush to BasicTextField to implement a custom design