EzSliderSetting constructor
const
EzSliderSetting({})
Creates a tool for updating any prefsKey
value that would pair well with a PlatformSlider
Use the type
enum for generating the appropriate preview Widgets
Implementation
const EzSliderSetting({
Key? key,
required this.prefsKey,
required this.type,
required this.title,
required this.min,
required this.max,
required this.steps,
}) : super(key: key);