previousPageTitle property
final
An override for showing the previous route's title. If null, it will be automatically derived from CupertinoPageRoute.title if the current and previous routes are both CupertinoPageRoutes.
Implementation
final String? previousPageTitle;