ProfileMenu constructor
const
ProfileMenu({
- required AppUser user,
- VoidCallback? onLogout,
- VoidCallback? onProfile,
- VoidCallback? onSettings,
- Key? key,
Implementation
const ProfileMenu({
required this.user,
this.onLogout,
this.onProfile,
this.onSettings,
super.key,
});