Skip to content

Instantly share code, notes, and snippets.

@vijayinyoutube
Created May 30, 2020 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijayinyoutube/55a57203a79063edf441e8a27dcca7c2 to your computer and use it in GitHub Desktop.
Save vijayinyoutube/55a57203a79063edf441e8a27dcca7c2 to your computer and use it in GitHub Desktop.
GT
GradientText(
"Hello",
gradient: LinearGradient(colors: [
Color(0xFFFF1000),
Color(0xFF2508FF),
]),
style: TextStyle(fontSize: 55, fontWeight: FontWeight.normal),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment