WebViewMobile constructor
WebViewMobile({
- required String url,
- required ValueChanged<
bool> onBottomReached,
Implementation
WebViewMobile({
required this.url,
required this.onBottomReached,
});