textKeyboardKeys property
List<List<VirtualKeyboardKey> >
get
textKeyboardKeys
Implementation
static List<List<VirtualKeyboardKey>> get textKeyboardKeys => [
[q, w, e, r, t, y, u, i, o, p],
[a, s, d, f, g, h, j, k, l],
[caps, shift, z, x, c, v, b, n, m, backspace],
[comma, spacebar, period, smileyFace, numericKey],
];