ProfileMenu constructor

const ProfileMenu({
  1. Key? key,
  2. ImageProvider<Object>? defaultAvatarImage,
  3. bool showLogout = true,
})

Implementation

const ProfileMenu({
  super.key,
  this.defaultAvatarImage,
  this.showLogout = true,
});