automaticallyImplyMiddle property
final
Controls whether we should try to imply the middle widget if null.
If true and middle is null, automatically fill in a Text widget with
the current route's title
if the route is a CupertinoPageRoute.
If middle widget is not null, this parameter has no effect.
Implementation
final bool automaticallyImplyMiddle;