appBarPinned property

Widget? appBarPinned
final

below appBar, won't collapsed/expanded, always shown, which known as 'pinned' It's a widget so you can customize it.

Implementation

final Widget? appBarPinned;