ValuePrompt constructor
ValuePrompt({})
Implementation
ValuePrompt({
required this.title,
this.min = 0,
this.max = 100,
this.initial = 50,
this.step = 1,
this.theme = PromptTheme.dark,
});
ValuePrompt({
required this.title,
this.min = 0,
this.max = 100,
this.initial = 50,
this.step = 1,
this.theme = PromptTheme.dark,
});