MyTextBtn constructor
const
MyTextBtn(})
Implementation
const MyTextBtn(
this.title,
this.color,
this.onTap, {
Key? key,
this.fontSize = 14.0,
this.width,
this.height,
this.touchable = true,
}) : super(key: key);