NiceTenantSwitcher constructor
- Key? key,
- required List<
NiceTenant> tenants, - required String currentTenantId,
- required ValueChanged<
NiceTenant> onTenantChanged,
Implementation
const NiceTenantSwitcher({
super.key,
required this.tenants,
required this.currentTenantId,
required this.onTenantChanged,
});