Skip to content

Instantly share code, notes, and snippets.

@paulo9mv
Last active December 10, 2019 01:27
Show Gist options
  • Save paulo9mv/c8b70d278740b1c3e76dd1554371c594 to your computer and use it in GitHub Desktop.
Save paulo9mv/c8b70d278740b1c3e76dd1554371c594 to your computer and use it in GitHub Desktop.
Toques finais
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Text('Configurando um SMTP server: $_text',),
],
),
),
floatingActionButton: FloatingActionButton(
onPressed: _sendEmail,
tooltip: 'Send email',
child: Icon(Icons.email),
), // This trailing comma makes auto-formatting nicer for build methods.
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment