menu
Dart
dart:html
KeyLocation
RIGHT constant
RIGHT
brightness_4
brightness_5
description
RIGHT
constant
int
const
RIGHT
The event key is in the right key location.
Implementation
static const int RIGHT = 2;
Dart
dart:html
KeyLocation
RIGHT constant
KeyLocation class