fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 932 forks source link

[Question] How to clip WebviewScaffold widget? #792

Closed gausoft closed 4 years ago

gausoft commented 4 years ago

I'm using WebviewScaffold widget inside stack and according to my app ui design I must give borderRadius to the webView. How to achieve that?

gausoft commented 4 years ago

I got It