showPassword property

  1. @override
IconData showPassword
override

The icon for "show password" text field.

Implementation

@override
IconData get showPassword => Icons.remove_red_eye_outlined;