MyGrayText constructor
const
MyGrayText(})
Implementation
const MyGrayText(this.text,
{Key? key,
this.size = 14.0,
this.grayLevel = 2,
this.lines = 1,
this.maxLen = 0,
this.textAlign,
this.hasLineThrough = false,
this.weight})
: super(key: key);