FHapticFeedback.none constructor

const FHapticFeedback.none()

Creates an FHapticFeedback with no haptic feedback.

Implementation

const new none()
  : this(
      heavyImpact: noFeedback,
      lightImpact: noFeedback,
      mediumImpact: noFeedback,
      selectionClick: noFeedback,
      successNotification: noFeedback,
      warningNotification: noFeedback,
      errorNotification: noFeedback,
      vibrate: noFeedback,
    );