Knob<T> class abstract

This allows stories to have dynamically adjustable parameters.

Constructors

Knob({required String label, String? description, required T value})

Properties

description String?
This is a description the user can put on the knob
final
hashCode int
The hash code for this object.
no setteroverride
label String
This is the label that's put above a knob
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ T
This is the current value the knob is set to
getter/setter pair

Methods

build() Widget
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.
override