SliderParams class

(en) A class for holding parameters that are used in classes with the same prefix name (XXXParams of X).

(ja) 接頭名(XXXParams of X)が同じクラスで利用するパラメータを保持するためのクラス。

Constructors

SliderParams()

Properties

activeColor Color?
getter/setter pair
autofocus bool
getter/setter pair
divisions int?
getter/setter pair
focusNode FocusNode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inactiveColor Color?
getter/setter pair
isIntValue bool
getter/setter pair
key Key?
getter/setter pair
label String?
getter/setter pair
manager ↔ ValueManager?
getter/setter pair
max double
getter/setter pair
min double
getter/setter pair
mouseCursor MouseCursor?
getter/setter pair
onChanged ↔ (void Function(double)?)
getter/setter pair
onChangeEnd ↔ (void Function(double)?)
getter/setter pair
onChangeStart ↔ (void Function(double)?)
getter/setter pair
overlayColor MaterialStateProperty<Color?>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryActiveColor Color?
getter/setter pair
secondaryTrackValue double?
getter/setter pair
semanticFormatterCallback ↔ (String Function(double)?)
getter/setter pair
thumbColor Color?
getter/setter pair
useAutoLabel bool
getter/setter pair

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

Constants

defDivisions → const int
defIsIntValue → const bool
defMax → const double
defMin → const double
defUseAutoLabel → const bool