disableScrolling property

bool disableScrolling
final

Set to true in order to disable all scrolling of the lists. Note: to disable scrolling for sliver lists, it is also necessary in your parent CustomScrollView to set physics to NeverScrollableScrollPhysics()

Implementation

final bool disableScrolling;