menu
get_clean package
documentation
template_files/lib/design/constant/regx.dart
RegexPatterns
currency property
currency property
dark_mode
light_mode
currency
property
RegExp
currency
final
Currency (with optional cents)
Implementation
static final RegExp currency = RegExp(r'^\d+(\.\d{1,2})?$');
get_clean package
documentation
template_files/lib/design/constant/regx
RegexPatterns
currency property
RegexPatterns class