update
This commit is contained in:
@@ -39,7 +39,7 @@ class _ProfileEditState extends State<ProfileEdit> {
|
||||
cursorColor: primaryColor,
|
||||
style: textStyle,
|
||||
decoration: new InputDecoration(
|
||||
labelText: AppTranslations.of(context).text("profile.name"),
|
||||
labelText: AppTranslations.of(context)!.text("profile.name"),
|
||||
labelStyle: languageModel.isEng ? labelStyle : labelStyleMM,
|
||||
icon: Icon(
|
||||
Icons.person,
|
||||
|
||||
Reference in New Issue
Block a user