location property

int location

Returns the key location if it is a keyboard event, or null if not.

Implementation

int get location => _safeOriginal((e) => e.location);