How to Style Your Text in Flutter

Today we’re focusing on TextStyles. Every app has a text but everyone should know how to style them. That is why I am going to share how to style them. Let’s go! FontWeight and FontStyle You probably already know how to make normal Text like this: This is how to make it bold: And this …

How to Style Your Text in Flutter Read More »