ScalePainter constructor

ScalePainter({
  1. double? scaleWidth,
  2. String? text,
  3. TextStyle? textStyle,
  4. double? strokeWidth,
  5. Color? strokeColor,
})

Implementation

ScalePainter({
  this.scaleWidth,
  this.text,
  this.textStyle,
  this.strokeWidth,
  this.strokeColor,
});