You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text("Looks like feel good.",style:TextStyle(color:Colors.white70 ,wordSpacing:1,fontSize:15),),
112
-
Text("Check what you want to finish today.",style:TextStyle(color:Colors.white70,wordSpacing:1,fontSize:15),),
136
+
Text("Looks like feel good.",style:GoogleFonts.poppins( textStyle:TextStyle(color:Colors.white70 ,wordSpacing:1,fontSize:15)),),
137
+
Text("Check what you want to finish today.",style:GoogleFonts.poppins( textStyle:TextStyle(color:Colors.white70,wordSpacing:1,fontSize:15)),),
113
138
Row(
114
139
mainAxisAlignment:MainAxisAlignment.spaceBetween,
115
140
crossAxisAlignment:CrossAxisAlignment.center,
116
141
children:<Widget>[
117
-
Text("Today : september 12, 2019".toUpperCase(),style:TextStyle(color:Colors.white60,fontSize:13),textAlign:TextAlign.left,),
142
+
Text("Today : september 12, 2019".toUpperCase(),style:GoogleFonts.poppins(textStyle:TextStyle(color:Colors.white60,fontSize:13)),textAlign:TextAlign.left,),
118
143
Wrap(
119
144
children:<Widget>[
120
145
IconButton(
@@ -131,12 +156,14 @@ class CustomAppBar extends StatelessWidget with PreferredSizeWidget {
0 commit comments