font weight == bold
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
d849c1f6bf
commit
de2e14fc3e
|
@ -43,7 +43,7 @@ class _RandomWordsState extends State<RandomWords> {
|
||||||
final wordPair = WordPair.random();
|
final wordPair = WordPair.random();
|
||||||
return Text(
|
return Text(
|
||||||
wordPair.asPascalCase,
|
wordPair.asPascalCase,
|
||||||
style: TextStyle(fontSize: 36)
|
style: TextStyle(fontSize: 48, fontWeight: FontWeight.bold)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue