This commit is contained in:
@@ -42,10 +42,10 @@ class AppTextField extends StatelessWidget {
|
|||||||
final decoration = helpers
|
final decoration = helpers
|
||||||
.createCommonDecoration(
|
.createCommonDecoration(
|
||||||
scheme,
|
scheme,
|
||||||
|
labelText ?? '',
|
||||||
filled: true,
|
filled: true,
|
||||||
hintText: hintText,
|
hintText: hintText,
|
||||||
icon: icon,
|
icon: icon,
|
||||||
labelText ?? '',
|
|
||||||
)
|
)
|
||||||
.copyWith(suffixIcon: suffixIcon);
|
.copyWith(suffixIcon: suffixIcon);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user