StringKnobValue class

A knob that allows the user to edit a string value.

See also:

Inheritance

Constructors

StringKnobValue({required String value})
A knob that allows the user to edit a string 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 String
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