previousPageTitle property

String? previousPageTitle
final

Manually specify the previous route's title when automatically implying the leading back button.

Overrides the text shown with the back chevron instead of automatically showing the previous CupertinoPageRoute's title when automaticallyImplyLeading is true.

Has no effect when leading is not null or if automaticallyImplyLeading is false.

Implementation

final String? previousPageTitle;