minimumViewportInset property
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.
Officially Supported Platforms/Implementations:
- iOS 15.5+ (Official API - WKWebView.setMinimumViewportInset)
Implementation
EdgeInsets? minimumViewportInset;