MGradientText constructor

MGradientText(
  1. String text, {
  2. List<Color>? colors,
  3. TextStyle? style,
})

Implementation

MGradientText(this.text, {this.colors, this.style});