SettingsSliderConfig class

Inheritance

Constructors

SettingsSliderConfig({dynamic title, dynamic unit = '', required double from, required double to, required double initialValue, bool justIntValues = false})
Config for a Slider setting widget

Properties

from double
The minimum value which shall be selectable by the slider
final
hashCode int
The hash code for this object.
no setterinherited
initialValue double
The initial value which shall be selected by the slider
final
justIntValues bool
If justIntValues is true, the user won't be able to set double value
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title which shall be displayed for the widget (e.g. on the left side)
finalinherited
to double
The maximum value which shall be selectable by the slider
final
type SettingDataType
The type of the setting widget
finalinherited
unit String
The unit which shall be displayed for the setting widget. E.g. gramm for slider values: 0g...100g vs. 0...100
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited