middle property

Widget? middle
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:

Implementation

final Widget? middle;