KnobNodeNumber<T extends num> class
Number knob node class.
- Inheritance
-
- Object
- KnobNodeBase<
T> - KnobNodeNumber
Constructors
- KnobNodeNumber({required String key, String? description, required T value, required T min, required T max})
Properties
- description → String?
-
Knob node description.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
Knob node key.
finalinherited
- max → T
-
final
- min → T
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- section → String
-
Knob node section name getter.
no setterinherited
- title → String
-
Knob node title name getter.
no setterinherited
- value → T
-
Knob node value.
finalinherited
Methods
-
copyWithValue(
{T? value}) → KnobNodeBase< T> -
Copy this object with a new value.
override
-
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