itLabels top-level constant

Map<String, String> const itLabels

Implementation

const Map<String, String> itLabels = {
  'enterPassword': 'Inserisci una password',
  'weak': 'Debole',
  'fair': 'Discreta',
  'good': 'Buona',
  'strong': 'Forte',
  'suggestions': 'Suggerimenti:',
};