defaultButtonValues constant
Default button values (english) for ZetaDialPad.
- Key is large value, typically a single digit or special character.
- Value is the smaller value, typically 3/4 alphabetical characters.
Implementation
static const Map<String, String> defaultButtonValues = {
'1': '',
'2': 'ABC',
'3': 'DEF',
'4': 'GHI',
'5': 'JKL',
'6': 'MNO',
'7': 'PQRS',
'8': 'TUV',
'9': 'WXYZ',
'*': '',
'0': '+',
'#': '',
};