enableFeedback property

bool? enableFeedback
final

Whether detected gestures 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.

Defaults to true.

Implementation

final bool? enableFeedback;