allowArabicEnglishNumbers property
Implementation
final TextInputFormatter allowArabicEnglishNumbers = FilteringTextInputFormatter.allow(RegExp(r'(\d|[\u0660-\u0669])+', unicode: true));
final TextInputFormatter allowArabicEnglishNumbers = FilteringTextInputFormatter.allow(RegExp(r'(\d|[\u0660-\u0669])+', unicode: true));