basic constant

SystemMouseCursor const basic

The platform-dependent basic cursor.

Typically the shape of an arrow.

Corresponds to:

  • Android: TYPE_DEFAULT, TYPE_ARROW
  • Web: default
  • Windows: IDC_ARROW
  • Windows UWP: CoreCursorType::Arrow
  • Linux: default
  • macOS: arrowCursor

Implementation

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