middle property
final
A widget to place in the middle of the static navigation bar instead of the largeTitle.
If alwaysShowMiddle is true, this widget is visible in both the collapsed and expanded states of the navigation bar. Else, it is visible only in the collapsed state.
If null, largeTitle will be displayed in the navigation bar's collapsed state.
Implementation
final Widget? middle;