dev
dart 18 lines 751 Bytes
Raw
1 class ItemHeaders {
2 static const nodes = 'Nodes';
3 static const currentNode = 'Current node';
4 static const wallets = 'Wallets';
5 static const displayBalanceAs = 'Display balance as';
6 static const currency = 'Currency';
7 static const feePriority = 'Fee priority';
8 static const saveRecipientAddress = 'Save recipient address';
9 static const personal = 'Personal';
10 static const changePIN = 'Change PIN';
11 static const changeLanguage = 'Change language';
12 static const allowBiometricalAuthentication = 'Allow biometrical authentication';
13 static const darkMode = 'Dark mode';
14 static const support = 'Support';
15 static const termsAndConditions = 'Terms and conditions';
16 static const faq = 'FAQ';
17 static const version = 'Version';
18 }