Quick Tip – How to use Flutter Text colour gradient with examples
In Flutter, the Text widget is used to display a short piece of text. It is one of the most basic and essential widgets in Flutter. Here is an example of how to use the Text widget: The Text widget takes in a string as its first argument and an optional TextStyle object as its …
Quick Tip – How to use Flutter Text colour gradient with examples Read More »