BoolKnobValue class

A knob value that allows the user to toggle a boolean value.

See also:

Inheritance

Constructors

BoolKnobValue({required bool value})
A knob value that allows the user to toggle a boolean value.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value bool
The current value of the knob.
getter/setter pairinherited

Methods

build({required String label, required String? description, required bool enabled, required bool nullable}) Widget
The build method for the knob.
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