HelperLines constructor

const HelperLines({
  1. bool showVerticalLine = true,
  2. bool showHorizontalLine = true,
  3. bool showRotateLine = true,
  4. bool hitVibration = true,
})

Creates an instance of the HelperLines class with the specified settings.

Implementation

const HelperLines({
  this.showVerticalLine = true,
  this.showHorizontalLine = true,
  this.showRotateLine = true,
  this.hitVibration = true,
});