PasswordStrengthIndicator constructor

const PasswordStrengthIndicator({
  1. Key? key,
  2. required PasswordValidationResult result,
})

Implementation

const PasswordStrengthIndicator({super.key, required this.result});