Skip to content

Commit 14bc5fe

Browse files
author
Sergey Khomushin
committed
main.dart: re-format ElevatedButton
1 parent 433b08c commit 14bc5fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/lib/main.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ class _HomePageState extends State<HomePage> {
6060
'Press "Send Email" to send email',
6161
),
6262
ElevatedButton(
63-
onPressed: _sendEmail, child: const Text('Send Email')),
63+
onPressed: _sendEmail,
64+
child: const Text('Send Email'),
65+
),
6466
],
6567
),
6668
),

0 commit comments

Comments
 (0)