tickHapticFeedback property

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

The haptic feedback when the active edge lands on a new discrete tick.

Defaults to FHapticFeedback.selectionClick. Fired by FDiscreteSliderController only.

Implementation

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