bottomMode property

NavigationBarBottomMode? bottomMode
final

Modes that determine how to display the navigation bar's bottom, or the search field in a CupertinoSliverNavigationBar.search.

If null, defaults to NavigationBarBottomMode.automatic if either a bottom is provided or this is a CupertinoSliverNavigationBar.search.

Implementation

final NavigationBarBottomMode? bottomMode;