layout1 constant

List<List> const layout1

Implementation

static const List<List> layout1 = [
  [
    '1',
    '2',
    '3',
    '4',
    '5',
    '6',
    '7',
    '8',
    '9',
    '0',
  ],
  [
    '-',
    '/',
    ':',
    ';',
    '(',
    ')',
    '€',
    '&',
    '@',
    '"',
  ],
  [
    SpecialKeys.symbol2,
    '.',
    ',',
    '?',
    '!',
    '’',
    IconKeys.backspace,
  ],
  [
    SpecialKeys.alpha,
    SpecialKeys.space,
    SpecialKeys.returnK,
  ],
];