ClayText constructor

ClayText(
  1. String text, {
  2. Color? parentColor,
  3. Color? textColor,
  4. Color? color,
  5. double? spread,
  6. int? depth,
  7. TextStyle? style,
  8. double? size,
  9. bool? emboss,
})

Implementation

ClayText(this.text,
    {this.parentColor,
    this.textColor,
    this.color,
    this.spread,
    this.depth,
    this.style,
    this.size,
    this.emboss});