hitVibration property

bool hitVibration
final

Controls whether haptic feedback is enabled when a layer intersects with a helper line.

When set to true, haptic feedback is triggered when a layer's position or boundary intersects with a helper line, providing tactile feedback to the user. This feature enhances the user experience by providing feedback on layer alignment.

By default, this option is set to true, enabling haptic feedback for hit detection with helper lines. You can set it to false to disable haptic feedback.

Implementation

final bool hitVibration;