Skip to content

Commit

Permalink
💄Adiciona estilo ao texto prontuários
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagorocha503 committed Dec 1, 2019
1 parent 0fa8a35 commit 3ab41a6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,16 @@ class _MyHomePageState extends State<MyHomePage> {
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,
Expand Down

0 comments on commit 3ab41a6

Please sign in to comment.