effects/gradient library

Functions

createGradientEffect({required List<Color> colors, List<double>? stops, AlignmentGeometry begin = Alignment.centerLeft, AlignmentGeometry end = Alignment.centerRight, TileMode tileMode = TileMode.clamp}) TextEffect
Factory function to create gradient effect instances.