Fix merge conflicts
This commit is contained in:
@@ -48,10 +48,10 @@ class CustomTextField extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
TextFormField(
|
||||
onFieldSubmitted: widget.onSubmitted,
|
||||
textInputAction: widget.textInputAction,
|
||||
controller: widget.controller,
|
||||
keyboardType: widget.keyboardType,
|
||||
onFieldSubmitted: onSubmitted,
|
||||
textInputAction: textInputAction,
|
||||
controller: controller,
|
||||
keyboardType: keyboardType,
|
||||
obscureText: !(showPassword ?? true),
|
||||
enableSuggestions: (showPassword ?? true),
|
||||
autocorrect: !(showPassword ?? true),
|
||||
|
||||
Reference in New Issue
Block a user