incognito mode for keyboard (#829)

This commit is contained in:
Serhii 2023-03-14 02:30:05 +02:00 committed by GitHub
parent 2bce2eb949
commit 3424b9abde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,8 @@ class AddressTextField extends StatelessWidget {
return Stack(
children: <Widget>[
TextFormField(
enableIMEPersonalizedLearning: false,
keyboardType: TextInputType.visiblePassword,
onFieldSubmitted: (_) => FocusScope.of(context).unfocus(),
enabled: isActive,
controller: controller,