menu
getx_scaffold package
documentation
common/utils/regex_util.dart
RegexUtil
regexUrl constant
regexUrl constant
dark_mode
light_mode
regexUrl
constant
String
const
regexUrl
Regex of url.
Implementation
static const String regexUrl = '[a-zA-Z]+://[^\\s]*';
getx_scaffold package
documentation
common/utils/regex_util
RegexUtil
regexUrl constant
RegexUtil class