copy constant
A cursor indicating that the current operation will copy the item.
Typically the shape of an arrow with a boxed plus sign at the corner.
Corresponds to:
- Android: TYPE_COPY
- Web: copy
- Linux: copy
- macOS: dragCopyCursor
Implementation
static const SystemMouseCursor copy = SystemMouseCursor._(kind: 'copy');