Currently, PageNavigator._ private constructor accepts super.countries and super.favorites params, but they are not exposed in CountrySelectorNavigator.page public factory method, thus library users are not able to customize dispayed countries and favorites lists. This change adds those missing params to CountrySelectorNavigator.page factory.
Currently,
PageNavigator._
private constructor acceptssuper.countries
andsuper.favorites
params, but they are not exposed inCountrySelectorNavigator.page
public factory method, thus library users are not able to customize dispayed countries and favorites lists. This change adds those missing params toCountrySelectorNavigator.page
factory.