LayoutProfileButton constructor
const
LayoutProfileButton({})
Implementation
const LayoutProfileButton({
super.key,
required this.profile,
this.showThemeToggle = true,
this.showColorToggle = true,
this.showFullscreenToggle = true,
this.showLogout = true,
this.onLogout,
});