From 3ab41a6ec7fb522978985cfc48fb481f9f5efb20 Mon Sep 17 00:00:00 2001 From: Thiago Rocha Date: Sun, 1 Dec 2019 19:26:38 -0300 Subject: [PATCH] =?UTF-8?q?:lipstick:Adiciona=20estilo=20ao=20texto=20pron?= =?UTF-8?q?tu=C3=A1rios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main.dart | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index c6fa437..1426a5d 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -299,7 +299,16 @@ class _MyHomePageState extends State { new Container( padding: EdgeInsets.all(5.0), margin: EdgeInsets.only(left: 5.0), - child: Text("Protuários: ")), + child: + Text("Protuários: ", + style: new TextStyle( + fontSize: 15, + color: const Color(0xFF000000), + fontWeight: FontWeight.w200, + fontFamily: "Roboto" + ), + ) + ), new Container( margin: const EdgeInsets.all(10.0), color: Colors.grey,