NiceProfileMenu constructor
const
NiceProfileMenu({
- Key? key,
- required String name,
- String? subtitle,
- String? avatarUrl,
- VoidCallback? onProfileTap,
- VoidCallback? onSignOut,
Implementation
const NiceProfileMenu({
super.key,
required this.name,
this.subtitle,
this.avatarUrl,
required this.menuItems,
this.onProfileTap,
this.onSignOut,
});