views_pre_auth_screens_select_organizationSelectOrganization constructorOn this pageSelectOrganization constructor const SelectOrganization({required Key key, required String selectedOrgId}) Implementation const SelectOrganization(\{required Key key, required this.selectedOrgId\}) : super(key: key);