ThumbPainter constructor

const ThumbPainter({
  1. Color? thumbColor,
  2. bool fullThumbColor = false,
})

Implementation

const ThumbPainter({this.thumbColor, this.fullThumbColor = false});