CustomThumbShape constructor
CustomThumbShape({})
Implementation
CustomThumbShape({
this.onThumbSizeChange,
required this.thumbSize,
this.text = '',
this.borderColor = const Color(0xff656566),
this.borderWidth = 1.0, // 默认为 2.0 的边框宽度
});