TiltSettings constructor
const
TiltSettings({})
Implementation
const TiltSettings({
required this.lenOnDegreeMm,
required this.horizontalSwerveDeg,
required this.verticalSwerveDeg,
required this.thresholdMm,
required this.maxParallelsDeviationDeg
});