Refactor profile details page

This commit is contained in:
problematicconsumer
2023-09-28 14:03:45 +03:30
parent fa32b85628
commit f126bf3201
12 changed files with 267 additions and 114 deletions

View File

@@ -13,7 +13,7 @@ class CustomTextFormField extends HookConsumerWidget {
this.suffixIcon,
this.label,
this.hint,
this.maxLines = 1,
this.maxLines,
this.isDense = false,
this.autoValidate = false,
this.autoCorrect = false,
@@ -26,7 +26,7 @@ class CustomTextFormField extends HookConsumerWidget {
final Widget? suffixIcon;
final String? label;
final String? hint;
final int maxLines;
final int? maxLines;
final bool isDense;
final bool autoValidate;
final bool autoCorrect;