menu
mobiotics_provider package
documentation
ui/components/buttons/logout_button.dart
LogoutButton
LogoutButton const constructor
LogoutButton const constructor
dark_mode
light_mode
LogoutButton
constructor
const
LogoutButton
(
{
Key
?
key
,
required
String
localetext
,
required
String
onLogout
,
String
?
buttonType
,
})
Implementation
const LogoutButton( {super.key, required this.localetext, required this.onLogout, this.buttonType});
mobiotics_provider package
documentation
ui/components/buttons/logout_button
LogoutButton
LogoutButton const constructor
LogoutButton class