ProfileMenu constructor
const
ProfileMenu({
- Key? key,
- ImageProvider<
Object> ? defaultAvatarImage, - bool showLogout = true,
- bool dismissOnTap = true,
Implementation
const ProfileMenu({
super.key,
this.defaultAvatarImage,
this.showLogout = true,
this.dismissOnTap = true,
});