tapText static method
Implementation
static StatelessWidget tapText(String text, VoidCallback onTap,
{TextStyle? style}) {
return _TapText(text, onTap, style: style);
}
static StatelessWidget tapText(String text, VoidCallback onTap,
{TextStyle? style}) {
return _TapText(text, onTap, style: style);
}