tapStyle property

TextStyle? tapStyle
final

The text style used for matched strings while they are being pressed.

This is used only if a tap or long-press is enabled with onTap or onLongPress.

Implementation

final TextStyle? tapStyle;