enLabels top-level constant

Map<String, String> const enLabels

Implementation

const Map<String, String> enLabels = {
  'enterPassword': 'Enter a password',
  'weak': 'Weak',
  'fair': 'Fair',
  'good': 'Good',
  'strong': 'Strong',
  'suggestions': 'Suggestions:',
};