ZetaSlider constructor
Default constructor for ZetaSlider
Implementation
const ZetaSlider({
super.key,
super.rounded,
required this.value,
this.onChange,
this.divisions,
this.semanticLabel,
this.min = 0.0,
this.max = 1.0,
});
Default constructor for ZetaSlider
const ZetaSlider({
super.key,
super.rounded,
required this.value,
this.onChange,
this.divisions,
this.semanticLabel,
this.min = 0.0,
this.max = 1.0,
});