ThumbPainter constructor

ThumbPainter(
  1. double? thumbx,
  2. double? thumby
)

Implementation

ThumbPainter(this.thumbx, this.thumby);