From 4ab24f4a5ae70acd6494153532c8432eed10ee2f Mon Sep 17 00:00:00 2001 From: Thiago Rocha Date: Fri, 29 Nov 2019 11:33:47 -0300 Subject: [PATCH] =?UTF-8?q?:lipstick:=20Adicona=20t=C3=ADtulo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main.dart | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 0759f05..d48c990 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -77,6 +77,17 @@ class _MyHomePageState extends State { mainAxisSize: MainAxisSize.max, crossAxisAlignment: CrossAxisAlignment.stretch, children: [ + new Container( + padding: EdgeInsets.all(15), + child: new Text("Dados clĂ­nicos", + textAlign: TextAlign.center, + style: TextStyle( + fontSize: 20.0, + fontWeight: FontWeight.bold, + color: Colors.blue, + ), + ), + ), new Container( child: new TextField( keyboardType: TextInputType.text, @@ -92,7 +103,7 @@ class _MyHomePageState extends State { ), controller: this._txtNome, ), - padding: const EdgeInsets.all(5.0), + padding: const EdgeInsets.fromLTRB(5, 5, 5, 5), alignment: Alignment.center, ), new Container(