showSnackBar property
Shows a snack bar on the given route. Defaults to the current route.
Implementation
final Function({
String route,
required StackRouterSnackBar snackBar,
}) showSnackBar;
Shows a snack bar on the given route. Defaults to the current route.
final Function({
String route,
required StackRouterSnackBar snackBar,
}) showSnackBar;