implicitlyOverscrollableScaffold property

bool implicitlyOverscrollableScaffold
final

The flag to wrap implicit PageView to the whole scaffold to make it be overscrollable, and make the drawer be openable when scrolling the scaffold, defaults to false. Note that the priority of this field is higher than implicitlyOverscrollableBody.

Implementation

final bool implicitlyOverscrollableScaffold;