fix
This commit is contained in:
@@ -39,7 +39,7 @@ class _ImageFileState extends State<ImageFile> {
|
||||
backgroundColor: Colors.green,
|
||||
child: Icon(MaterialIcons.insert_photo, color: Colors.white),
|
||||
),
|
||||
title: LocalText(context, "profile.gallery",
|
||||
title: LocalText(context, "pm.gallery",
|
||||
color: Colors.black87, fontSize: 15),
|
||||
onTap: () async {
|
||||
Navigator.pop(context);
|
||||
@@ -52,7 +52,7 @@ class _ImageFileState extends State<ImageFile> {
|
||||
radius: 20,
|
||||
child: Center(child: Icon(AntDesign.camera, color: Colors.white)),
|
||||
),
|
||||
title: LocalText(context, "profile.camera",
|
||||
title: LocalText(context, "pm.camera",
|
||||
color: Colors.black87, fontSize: 15),
|
||||
onTap: () async {
|
||||
Navigator.pop(context);
|
||||
@@ -67,7 +67,7 @@ class _ImageFileState extends State<ImageFile> {
|
||||
radius: 20,
|
||||
child: Icon(Icons.delete, color: Colors.white),
|
||||
),
|
||||
title: LocalText(context, "profile.remove_photo",
|
||||
title: LocalText(context, "pm.remove_photo",
|
||||
color: Colors.black87, fontSize: 15),
|
||||
onTap: () {
|
||||
Navigator.pop(context);
|
||||
|
||||
Reference in New Issue
Block a user