tapText static method
A simple Widget of Text to 'tap' on.
Implementation
static StatelessWidget tapText(String text, VoidCallback onTap,
{TextStyle? style}) {
return _TapText(text, onTap, style: style);
}
A simple Widget of Text to 'tap' on.
static StatelessWidget tapText(String text, VoidCallback onTap,
{TextStyle? style}) {
return _TapText(text, onTap, style: style);
}