text constant

SystemMouseCursor const text

A cursor indicating selectable text.

Typically the shape of a capital I.

Corresponds to:

  • Android: TYPE_TEXT
  • Web: text
  • Windows: IDC_IBEAM
  • Windows UWP: CoreCursorType::IBeam
  • Linux: text
  • macOS: IBeamCursor

Implementation

static const SystemMouseCursor text = SystemMouseCursor._(kind: 'text');