CustomTextClick constructor
const
CustomTextClick({})
Implementation
const CustomTextClick(
{super.key,
this.txt = "",
this.function ,
this.color = Colors.black,
this.fontWeight = FontWeight.bold,
this.fontfamily = '',
this.textAlign = TextAlign.center,
this.fontSize = 5
}) ;