LogoutButton constructor

const LogoutButton({
  1. Key? key,
  2. required String localetext,
  3. required String onLogout,
  4. String? buttonType,
})

Implementation

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