VSInterfaceData class abstract

Base interface class Used for base input and output interface

Implementers

Constructors

VSInterfaceData({required String type, Widget interfaceIconBuilder(BuildContext context, GlobalKey<State<StatefulWidget>> anchor, VSInterfaceData data)?, String? title, String? toolTip})

Properties

hashCode int
The hash code for this object.
no setterinherited
interfaceColor Color
The color this interface will display in the UI
no setter
interfaceIconBuilder Widget Function(BuildContext context, GlobalKey<State<StatefulWidget>> anchor, VSInterfaceData data)?
Can be used to insert you own interfaceIcon widget
getter/setter pair
nodeData VSNodeData?
The parent node of this interface
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title displayed on the interface
getter/setter pair
toolTip String?
A tooltip displayed on the widget
final
type String
The type of this interface
final
widgetOffset Offset?
The current offset of the interface relative to the origin of the parent (Top-Left corner)
getter/setter pair

Methods

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