BoolKnobValue class
A knob value that allows the user to toggle a boolean value.
See also:
- BooleanKnobWidget, which is the widget that displays the knob.
Constructors
- BoolKnobValue.new({required bool value})
- A knob value that allows the user to toggle a boolean value.
Properties
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