LYGradientSlider constructor
const
LYGradientSlider({})
Implementation
const LYGradientSlider({
super.key,
required this.value,
required this.onChanged,
this.height = 12, // DEFAULT HEIGHT:12
this.trackColors = const [
Colors.green,
Colors.green,
Colors.amber,
Colors.red,
Colors.red,
], // DEFAULT COLOR GRADIENT FROM GREEN TO RED
this.borderWidth = 0,
this.borderColor = Colors.grey,
});