useRootNavigator property

bool useRootNavigator
final

Determine whether to open the dropdown menu using the root Navigator or not. If it's set to to true, dropdown menu will be pushed above all subsequent instances of the root navigator such as AppBar/TabBar. By default, it is false.

Implementation

final bool useRootNavigator;