PageSettingsX extension
Extension on List
- on
Methods
-
to(
String routeName, {Object? arguments, Map< String, String> queryParams = const {}, bool isStrictMode = false}) → List<PageSettings> -
Available on List<
Add the page of routeName to PageSettingsPageSettings> , provided by the PageSettingsX extension -
toAndRemoveUntil(
String routeName, String untilRouteName) → List< PageSettings> -
Available on List<
Add the page with the givenPageSettings> , provided by the PageSettingsX extensionrouteName
and remove all pages until the page withuntilRouteName
name. -
toReplacement(
String routeName) → List< PageSettings> -
Available on List<
Add the page with the givenPageSettings> , provided by the PageSettingsX extensionrouteName
and remove the last page.