largeTitle property
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:
- CupertinoSliverNavigationBar.largeTitle, a similar property in the expanded state of CupertinoSliverNavigationBar, which can dynamically change size in response to scrolling.
Implementation
final Widget? largeTitle;