onGeneratePreviousPageTitle top-level property

(String? Function(BuildContext context)?) onGeneratePreviousPageTitle
getter/setter pair

This will be called whenever the adaptive.Route's previousPageTitle needs to be generated.

This will not take precedence if previousPageTitle is non-null.

Implementation

String? Function(BuildContext context)? onGeneratePreviousPageTitle;