enableFeedback property

bool? enableFeedback
final

Whether to enable haptic feedback on press.

If null, haptic feedback is automatically enabled on mobile platforms. When true, provides tactile feedback when the button is pressed. When false, no haptic feedback is provided regardless of platform.

Implementation

final bool? enableFeedback;