This pull request adds the useRootNavigator parameter to the DropDown widget. This is particularly useful in applications with nested navigators, where the desired behaviour is to have the modal bottom sheet appear on top of all routes, regardless of the navigator stack it was called from.
This pull request adds the
useRootNavigator
parameter to the DropDown widget. This is particularly useful in applications with nested navigators, where the desired behaviour is to have the modal bottom sheet appear on top of all routes, regardless of the navigator stack it was called from.