LogoutButton constructor

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

Implementation

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