remove useless input editSettings

This commit is contained in:
2025-01-09 21:48:24 +01:00
parent 3bb85a198a
commit b156cd084b
2 changed files with 4 additions and 249 deletions

View File

@@ -208,7 +208,7 @@ class _EditProfileState extends State<EditProfile>
return Scaffold(
backgroundColor: Colors.white,
appBar: AppBar(
title: Text("Add or Update a event"),
title: Text("Update profile"),
backgroundColor: Colors.blue,
foregroundColor: Colors.white,
),