allowWithNoScrollbar property

bool? allowWithNoScrollbar
getter/setter pair

Allows pull-to-refresh to start when the document has no vertical scrollbar.

On Windows this is an opt-in Flutter gesture implementation. The gesture is accepted only when the document is already at its top edge.

Officially Supported Platforms/Implementations:

  • Windows WebView2

Implementation

bool? allowWithNoScrollbar;