TextFillPainter constructor

TextFillPainter({
  1. required Color fillColor,
  2. required double progressValue,
  3. int tiltValue = 0,
})

Implementation

TextFillPainter({
  required this.fillColor,
  required this.progressValue,
  this.tiltValue = 0,
});