scrollable property
final
Whether the main group of items should be scrollable when vertical space is insufficient to show all of destinations, leading and trailing.
If leadingAtTop or trailingAtBottom are false, leading or trailing widgets, respectively, are part of the main group in addition to destinations. Otherwise these are statical at the top or bottom, respectively.
Implementation
final bool scrollable;