menu
phone_text_field package
documentation
helper/helpers.dart
isNumeric function
isNumeric function
dark_mode
light_mode
isNumeric
function
bool
isNumeric
(
String
s
)
Implementation
bool isNumeric(String s) => s.isNotEmpty && double.tryParse(s) != null;
phone_text_field package
documentation
helper/helpers
isNumeric function
helpers library