const MiniSlider({ super.key, required this.value, this.min = 0, this.max = 1, required this.onChanged, }) : assert(max > min);