ShimmerText extension
Extension on Text widget to add shimmer effect.
- on
Methods
-
shimmer(
{bool shimmer = true, double? width, double? height, double? shimmerAngle, Duration? duration, double? speedFactor, Color? baseColor, Color? highlightColor, List< Color> ? gradientColors, ShimmerDirection? direction, ShimmerEffect? effect, Duration? disableAfter, double borderRadius = 8.0}) → Widget -
Available on Text, provided by the ShimmerText extension
Applies a shimmer effect to the text.