PasswordValidationSection constructor
const
PasswordValidationSection({})
Implementation
const PasswordValidationSection({
Key? key,
required this.hasEightCharacters,
required this.hasCapitalLetter,
required this.hasSmallCapsLetter,
required this.hasADigit,
required this.hasASpecialCharacter,
this.textColor = Colors.white,
this.textFontSize = 15,
this.textFontWeight = FontWeight.normal,
}) : super(key: key);