middle property

Widget? middle
final

Widget to place in the middle of the navigation bar. Normally a title or a segmented control.

If null and automaticallyImplyMiddle is true, an appropriate Text title will be created if the current route is a CupertinoPageRoute and has a title.

Implementation

final Widget? middle;