GradientText constructor

const GradientText(
  1. String text, {
  2. Key? key,
  3. required Gradient gradient,
  4. TextStyle? style,
})

Implementation

const GradientText(
  this.text, {
  super.key,
  required this.gradient,
  this.style,
});