Thresholds constructor

Thresholds({
  1. int? scaleIn,
  2. int? scaleOut,
})

Implementation

Thresholds({this.scaleIn, this.scaleOut});