arrowLeft constant

Key const arrowLeft

Implementation

static const Key arrowLeft = Key._(
  keyCode: 37,
  code: 'ArrowLeft',
  key: 'ArrowLeft',
);