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