DoubleSliderEditorWidget constructor
const
DoubleSliderEditorWidget({})
Implementation
const DoubleSliderEditorWidget({
super.key,
required this.value,
this.min = 0.0,
this.max = 1.0,
this.step = 0.1,
});
const DoubleSliderEditorWidget({
super.key,
required this.value,
this.min = 0.0,
this.max = 1.0,
this.step = 0.1,
});