LayoutLogoutButton constructor

const LayoutLogoutButton({
  1. Key? key,
  2. required VoidCallback? onLogout,
})

Implementation

const LayoutLogoutButton({super.key, required this.onLogout});