FSliderThumbStyle constructor
Creates a FSliderThumbStyle.
Implementation
FSliderThumbStyle({
required this.color,
required this.borderColor,
this.borderWidth = 2,
}) : assert(0 < borderWidth, 'The border width must be positive');
Creates a FSliderThumbStyle.
FSliderThumbStyle({
required this.color,
required this.borderColor,
this.borderWidth = 2,
}) : assert(0 < borderWidth, 'The border width must be positive');