CustomTrackShape constructor
CustomTrackShape({})
Implementation
CustomTrackShape(
{this.activeTrackHeight = 4.0,
this.inactiveTrackHeight = 4.0,
this.borderWidth = 1.0,
required this.thumbSize,
this.borderColor = const Color(0xff656566)});