cell constant Null safety
A cursor indicating selectable table cells.
Typically the shape of a hollow plus sign.
Corresponds to:
- Android: TYPE_CELL
- Web: cell
- Linux: cell
Implementation
static const SystemMouseCursor cell = SystemMouseCursor._(kind: 'cell');