title property

TitleBuilder? title
final

Builds page title that's passed to _PageBasedCupertinoPageRoute.title where it can be used by CupertinoNavigationBar

it can also be used manually by calling RouteData.title inside widgets

Implementation

final TitleBuilder? title;