scrollBehavior property

ScrollBehavior? scrollBehavior
final

The scroll behavior used by the pane when displayMode is PaneDisplayMode.compact and PaneDisplayMode.open.

If null, NavigationViewScrollBehavior is used.

Implementation

final ScrollBehavior? scrollBehavior;