gradient_text
gradient_text copied to clipboard
Flutter Widget to display gradient text
This is the error message- java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile...
`GradientText( "Demo Text", style: new TextStyle( fontSize: width * 0.18, fontWeight: FontWeight.bold, fontFamily: 'Piedra', letterSpacing: 5.0, ), gradient: LinearGradient( colors: [ Colors.deepPurple, Colors.deepOrange, Colors.pink, ], ), ),` > when I...
Works very well with kind of standard fonts, but I tried to use it with a font I found on Google Fonts called "Dancing Script" and I found out that...
Can the expression in the input method of the system not change the color?