fix: unused variable

This commit is contained in:
pahmiudahgede 2025-05-14 20:18:30 +07:00
parent 45e35e6e85
commit 9f869503b2
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ class ProfilScreen extends StatefulWidget {
class _ProfilScreenState extends State<ProfilScreen> {
@override
Widget build(BuildContext context) {
final titleofscreen = "Profil";
return Scaffold(
body: Consumer<LogoutViewModel>(
builder: (context, viewModel, child) {