Node class

Constructors

Node(Widget? data, {Key? key})
Node.Id(dynamic id)

Properties

data Widget?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
height double
no setter
key ValueKey?
getter/setter pair
position Offset
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
getter/setter pair
width double
no setter
x double
getter/setter pair
y double
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.
override

Operators

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