urduAlphabets2 top-level constant
Urdu Keyboard Alphabets Secondary مھ ,لھ ,یھ ,بھ ,کھ ,ٹھ, چھ ,ئ ,گھ ,پھ ,تھ ,ؤ
Implementation
///مھ ,لھ ,یھ ,بھ ,کھ ,ٹھ, چھ ,ئ ,گھ ,پھ ,تھ ,ؤ
const List<String> urduAlphabets2 = [
"لھ", "ؤ", "یھ", "ڑ", "ٹ", "بھ", "کھ", "ئ", "چھ", "ٹھ",
"آ", "ص", "ڈ", "مھ", "غ", "ح", "ض", "خ", "پھ",
"ذ", "ژ", "ث", "ظ", "گھ", "ں", "تھ",
];