enableFeedback property

bool? enableFeedback
final

Whether the tooltip should provide acoustic and/or haptic feedback.

For example, on Android a tap will produce a clicking sound and a long-press will produce a short vibration, when feedback is enabled.

This value is used if Tooltip.enableFeedback is null. If this value is null, the default is true.

See also:

  • Feedback, for providing platform-specific feedback to certain actions.

Implementation

final bool? enableFeedback;