implicitlyOverscrollableBody property

bool implicitlyOverscrollableBody
final

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

Implementation

final bool implicitlyOverscrollableBody;