scrollableContent property

Widget? scrollableContent
final

Scrollable content widget (only for scrollable navigation bar with UINavigationController). This should be your page content that will be placed in a native scroll view.

Implementation

final Widget? scrollableContent;