ControlHapticFeedback constructor

const ControlHapticFeedback({
  1. bool enableHapticFeedback = true,
})

Implementation

const ControlHapticFeedback({
  this.enableHapticFeedback = true
});