SolidLogoutConfig constructor
Implementation
const SolidLogoutConfig({
this.enabled = true,
this.icon = Icons.logout,
this.text = 'Logout',
required this.onLogout,
this.color,
});
const SolidLogoutConfig({
this.enabled = true,
this.icon = Icons.logout,
this.text = 'Logout',
required this.onLogout,
this.color,
});