ProfileScreen constructor
const
ProfileScreen({})
Implementation
const ProfileScreen(
{super.key,
required this.userName,
this.showLogout = true,
this.showBackButton = true,
this.onBackPressed,
this.avatarBackgroundColor});