Controller class

Implementers

Constructors

Controller.new({GUI? parent, dynamic value_})

Properties

hashCode int
The hash code for this object.
no setterinherited
label String?
getter/setter pair
onChange Callback?
getter/setter pair
parent GUI?
包含此文件夹的GUI。如果这是根GUI,则为空
getter/setter pair
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 pair

Methods

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

Operators

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