diff --git a/lib/todoui.dart b/lib/todoui.dart index e827cb8..08fb539 100644 --- a/lib/todoui.dart +++ b/lib/todoui.dart @@ -159,6 +159,8 @@ class _todouiState extends State { title: Text("To Do", style: TextStyle( fontFamily: "Raleway", + fontWeight: FontWeight.bold, + fontSize: 22.0, ), ), centerTitle: true, @@ -197,6 +199,8 @@ class _todouiState extends State { title: Text("To Do", style: TextStyle( fontFamily: "Raleway", + fontWeight: FontWeight.bold, + fontSize: 22.0, ), ), centerTitle: true,