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 with onTap or onLongPress.

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

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

Implementation

final TextStyle? tapStyle;