LayoutLogoutButton constructor
const
LayoutLogoutButton({
- Key? key,
- required VoidCallback? onLogout,
Implementation
const LayoutLogoutButton({super.key, required this.onLogout});