backspace constant

Key const backspace

Implementation

static const Key backspace =
    Key._(keyCode: 8, code: 'Backspace', key: 'Backspace');