HapticFeedback constructor

const HapticFeedback({
  1. HapticFeedbackType type = HapticFeedbackType.light,
})

Implementation

const HapticFeedback({this.type = HapticFeedbackType.light});