OptionController class

Inheritance

Constructors

OptionController.new({GUI? parent, required List<_KV> options_, dynamic value_})

Properties

hashCode int
The hash code for this object.
no setterinherited
label String?
getter/setter pairinherited
onChange Callback?
getter/setter pairinherited
options_ List<_KV>
getter/setter pair
parent GUI?
包含此文件夹的GUI。如果这是根GUI,则为空
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value_ ↔ dynamic
Used to determine if the GUI is closed. Use gui.open() or gui.close() to change this. Used to determine if the GUI is hidden. Use gui.show() or gui.hide() to change this.
getter/setter pairinherited

Methods

hide() → dynamic
inherited
name(String n) → dynamic
set name
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() → dynamic
inherited
toString() String
A string representation of this object.
inherited
value(dynamic n) → dynamic
set value
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited