SliderSettingsTile constructor
SliderSettingsTile(- {@required String title,
- @required String settingKey,
- double defaultValue = 0.0,
- bool enabled = true,
- bool eagerUpdate = true,
- @required double min,
- @required double max,
- double step = 1.0,
- OnChanged<double> onChange,
- OnChanged<double> onChangeStart,
- OnChanged<double> onChangeEnd,
- Widget leading,
- String subtitle = ''}
)
Implementation
SliderSettingsTile({
@required this.title,
@required this.settingKey,
this.defaultValue = 0.0,
this.enabled = true,
this.eagerUpdate = true,
@required this.min,
@required this.max,
this.step = 1.0,
this.onChange,
this.onChangeStart,
this.onChangeEnd,
this.leading,
this.subtitle = '',
});