maximumViewportInset property

EdgeInsets? maximumViewportInset
getter/setter pair

Set maximum viewport inset to the largest inset a webpage may experience in your app's maximally expanded UI configuration. Values must be either zero or positive. It must be larger than minimumViewportInset.

Officially Supported Platforms/Implementations:

Implementation

EdgeInsets? maximumViewportInset;