RangeValuePrompt constructor
RangeValuePrompt({})
Implementation
RangeValuePrompt({
required this.title,
this.min = 0,
this.max = 100,
this.startInitial = 20,
this.endInitial = 80,
this.step = 1,
this.theme = PromptTheme.dark,
});