فهرست منبع

Added scrollbar support

Olalekan Oladipupo 7 سال پیش
والد
کامیت
d3875dbc1d
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -92,7 +92,8 @@ Future<Null> launch(String url,
          Rect rect: null,
          String userAgent: null,
          bool withZoom: false,
-         bool withLocalStorage: true});
+         bool withLocalStorage: true,
+         bool scrollBar: true});
 ```
 ```dart
 Future<String> evalJavascript(String code);