middle property

Widget? middle
final

A widget to place in the middle of the static navigation bar instead of the largeTitle.

This widget is visible in both collapsed and expanded states if alwaysShowMiddle is true, otherwise just in collapsed state. The text supplied in largeTitle will no longer appear in collapsed state if a middle widget is provided.

Implementation

final Widget? middle;