middle property
final
The navigation bar's default title.
If null and automaticallyImplyMiddle is true, an appropriate Text
title will be created if the current route is a CupertinoPageRoute and
has a title
.
This property is null for the CupertinoNavigationBar.large constructor, which shows an expanded navigation bar and uses largeTitle instead.
See also:
- CupertinoSliverNavigationBar.middle, a similar property in the collapsed state of CupertinoSliverNavigationBar, which can dynamically change size in response to scrolling.
Implementation
final Widget? middle;