hapticFeedback property

  1. @override
Future<void> Function() hapticFeedback
final

The haptic feedback when a region collides with its neighbour while resizing.

Defaults to FHapticFeedback.lightImpact. The minimum velocity is controlled by FResizableController.hapticFeedbackVelocity.

Implementation

@override
final Future<void> Function() hapticFeedback;