layout2 constant

List<List> const layout2

Implementation

static const List<List> layout2 = [
  [
    '[',
    ']',
    '{',
    '}',
    '#',
    '%',
    '^',
    '*',
    '+',
    '=',
  ],
  [
    '_',
    '\\',
    '|',
    '~',
    '<',
    '>',
    '\$',
    '£',
    '¥',
    '•',
  ],
  [
    SpecialKeys.symbol1,
    '.',
    ',',
    '?',
    '!',
    '’',
    IconKeys.backspace,
  ],
  [
    SpecialKeys.alpha,
    SpecialKeys.space,
    SpecialKeys.returnK,
  ],
];