Skip to content

Commit

Permalink
Adjust spacing between elements in demo (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip committed May 11, 2021
1 parent 9e42f00 commit 8873f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class _DemoState extends State<Demo> {
),
SizedBox(height: 20),
RelevanceIndicator(value: 10),
const SizedBox(height: 20),
Padding(
padding: const EdgeInsets.symmetric(horizontal: 8.0),
child: TextField(
Expand All @@ -111,6 +112,7 @@ class _DemoState extends State<Demo> {
maxLines: null,
),
),
const SizedBox(height: 20),
Padding(
padding: const EdgeInsets.symmetric(horizontal: 8.0),
child: TextField.borderless(
Expand Down

0 comments on commit 8873f44

Please sign in to comment.