Skip to content

Commit

Permalink
Added padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Alabhya268 committed Nov 24, 2020
1 parent d648539 commit b1721d2
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 Padding(padding: EdgeInsets.all(15),
),
TextField(
controller: this._controller,
decoration: const InputDecoration(
Expand Down

0 comments on commit b1721d2

Please sign in to comment.