tapStyle property

TextStyle? tapStyle
final

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

This is used only if a tap or long-press is enabled on the string by onTap or onLongPress.

If this is not specified, hoverStyle or matchStyle is used instead if specified.

The argument with the same name in the relevant definition takes precedence over this.

Implementation

final TextStyle? tapStyle;