hidePasswordWidget property

Widget? hidePasswordWidget
final

The Widget that will be displayed to hide the password. This field can only be used when the hidePasswordIcon field is null.

Only has effect if hasShowHidePassword is set true.

Implementation

final Widget? hidePasswordWidget;