largeTitle property

Widget? largeTitle
final

The navigation bar's title, when using CupertinoNavigationBar.large.

If null and automaticallyImplyTitle 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 base CupertinoNavigationBar constructor, which shows a collapsed navigation bar and uses middle for the title instead.

See also:

Implementation

final Widget? largeTitle;