ClayText constructor

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

Implementation

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