This commit is contained in:
PhyoThandar
2020-10-20 18:45:18 +06:30
parent 4884311d47
commit 3cf530d2cb
5 changed files with 140 additions and 66 deletions

View File

@@ -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);