verticalText constant
A cursor indicating selectable vertical text.
Typically the shape of a capital I rotated to be horizontal. May fall back to text.
Corresponds to:
- Android: TYPE_VERTICAL_TEXT
- Web: vertical-text
- Linux: vertical-text
- macOS: IBeamCursorForVerticalLayout
Implementation
static const SystemMouseCursor verticalText = SystemMouseCursor._(kind: 'verticalText');