onTap property

VoidCallback? onTap
final

When non-null the bubble is interactive (cursor, press scale, focus ring) — the port of the source render={<button/>|<a/>} path.

Implementation

final VoidCallback? onTap;