Slider class

Constructors

Slider()

Properties

activeColor int
no setter
activeColorChanged Stream<int>
no setter
activeColorProperty ↔ Property<int>
getter/setter pair
division int
no setter
divisionChanged Stream<int>
no setter
divisionProperty ↔ Property<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited
inactiveColor int
no setter
inactiveColorChanged Stream<int>
no setter
inactiveColorProperty ↔ Property<int>
getter/setter pair
isVisible bool
no setterinherited
isVisibleChanged Stream<bool>
no setterinherited
isVisibleProperty ↔ Property<bool>
getter/setter pairinherited
label String
no setter
labelChanged Stream<String>
no setter
labelProperty ↔ Property<String>
getter/setter pair
maxValue double
no setter
maxValueChanged Stream<double>
no setter
maxValueProperty ↔ Property<double>
getter/setter pair
minValue double
no setter
minValueChanged Stream<double>
no setter
minValueProperty ↔ Property<double>
getter/setter pair
parent → FormElement?
no setterinherited
parentProperty ↔ Property<FormElement>?
getter/setter pairinherited
properties Map<String, Property>
getter/setter pairinherited
propertyChanged Stream<String>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double?
no setter
valueChanged Stream<double?>
no setter
valueProperty ↔ Property<double?>
getter/setter pair

Methods

clone(ExpressionProvider<ExpressionProviderElement>? parent) → ExpressionProviderElement
inherited
cloneChildren(Property<List> children, ExpressionProviderElement parent) → Property
inherited
cloneProperty(String key, Property oldProperty, ExpressionProvider<ExpressionProviderElement>? parent, ExpressionProviderElement instance) → Property
inherited
getExpressionProvider([String? propertyName]) → ExpressionProvider
inherited
getFirstParentOfType<TFormElement extends FormElement>() → TFormElement?
inherited
getImmutableProperty(FormElement element) → Property<FormElement>
inherited
getInstance() → FormElement
getProperties() Map<String, Property>
inherited
getProperty([String? propertyName]) → Property
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerProperty<T>(String name, Property<T>? property) → Property<T>?
inherited
toString() String
A string representation of this object.
inherited

Operators

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