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 433b08c commit 14bc5feCopy full SHA for 14bc5fe
example/lib/main.dart
@@ -60,7 +60,9 @@ class _HomePageState extends State<HomePage> {
60
'Press "Send Email" to send email',
61
),
62
ElevatedButton(
63
- onPressed: _sendEmail, child: const Text('Send Email')),
+ onPressed: _sendEmail,
64
+ child: const Text('Send Email'),
65
+ ),
66
],
67
68
0 commit comments