Skip to content

Commit

Permalink
Merge pull request X-Wei#63 from Alabhya268/padding
Browse files Browse the repository at this point in the history
Added Sizedbox in Webview plugin demo to improve visual
  • Loading branch information
X-Wei authored Nov 24, 2020
2 parents d648539 + 6da2e1a commit 4fb785d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/routes/plugins_webview_ex.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class _WebViewExampleState extends State<WebViewExample> {
_controller.text = 'www.google.com';
return Column(
children: <Widget>[
const SizedBox(height: 15,
),
TextField(
controller: this._controller,
decoration: const InputDecoration(
Expand Down

0 comments on commit 4fb785d

Please sign in to comment.