We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1842e0e commit 586e828Copy full SHA for 586e828
lib/page/GSYWebView.dart
@@ -20,7 +20,10 @@ class GSYWebView extends StatelessWidget {
20
return new Text(title);
21
}
22
optionControl.url = url;
23
- return GSYCommonOptionWidget(optionControl);
+ return new Row(children: [
24
+ new Expanded(child: new Container()),
25
+ GSYCommonOptionWidget(optionControl),
26
+ ]);
27
28
29
@override
0 commit comments