minimumViewportInset property

EdgeInsets? minimumViewportInset
getter/setter pair

Set minimum viewport inset to the smallest inset a webpage may experience in your app's maximally collapsed UI configuration. Values must be either zero or positive. It must be smaller than maximumViewportInset.

Supported Platforms/Implementations:

Implementation

EdgeInsets? minimumViewportInset;