PasswordValidationSection constructor Null safety
Implementation
const PasswordValidationSection({
Key? key,
required this.hasEightCharacters,
required this.hasCapitalLetter,
required this.hasSmallCapsLetter,
required this.hasADigit,
required this.hasASpecialCharacter,
}) : super(key: key);