layout constant
Implementation
static const List<List> layout = [
[
'q',
'w',
'eêëèé',
'rŕř',
'tţŧť',
'yÿýŷ',
'uűūũûüùú',
'iîïīĩìí',
'oœøõôöòó',
'p',
],
[
'aäåãâàá',
'sšşś',
'dđď',
'f',
'gġģĝğ',
'h',
'j',
'k',
'lĺŀłļľ',
],
[
IconKeys.shift,
'zžż',
'x',
'cçċčć',
'v',
'b',
'nņńň',
'm',
IconKeys.backspace,
],
[
SpecialKeys.symbol1,
SpecialKeys.space,
SpecialKeys.returnK,
],
];