OpinionScale constructor

OpinionScale({
  1. double? outerBlockWidth,
  2. double? outerBlockHeight,
  3. double? innerBlockWidth,
  4. double? innerBlockHeight,
  5. double? labelFontSize,
  6. double? numberFontSize,
  7. double? runSpacing,
  8. double? positionedLabelTopValue,
})

Implementation

OpinionScale({
  this.outerBlockWidth,
  this.outerBlockHeight,
  this.innerBlockWidth,
  this.innerBlockHeight,
  this.labelFontSize,
  this.numberFontSize,
  this.runSpacing,
  this.positionedLabelTopValue,
});