EaseTxt constructor
const
EaseTxt(})
Implementation
const EaseTxt(this.text,
{Key? key,
this.color,
this.weight = FontWeight.normal,
this.size = 16,
this.textAlign = TextAlign.center,
this.shadows})
: super(key: key);