CircleThumbShape constructor

const CircleThumbShape({
  1. double thumbRadius = 6.0,
  2. Color centerColor = Colors.white,
})

Implementation

const CircleThumbShape({
  this.thumbRadius = 6.0,
  this.centerColor = Colors.white,
});