title property

  1. @override
String? title
inherited

A title string for this route.

Used to auto-populate CupertinoNavigationBar and CupertinoSliverNavigationBar's middle/largeTitle widgets when one is not manually supplied.

Implementation

@override
String? get title => page.title;