showPasswordWidget property

Widget? showPasswordWidget
final

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

Only has effect if hasShowHidePassword is set true.

Implementation

final Widget? showPasswordWidget;