InfiniteCanvasNode<T> class

A node in the InfiniteCanvas.

Constructors

InfiniteCanvasNode({required LocalKey key, required Size size, required Offset offset, required Widget child, String? label, ResizeMode resizeMode = ResizeMode.disabled, bool allowMove = true, Clip clipBehavior = Clip.none, T? value})

Properties

allowMove bool
final
child Widget
final
clipBehavior Clip
final
currentlyResizing bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
key LocalKey
final
label String?
getter/setter pair
offset Offset
getter/setter pair
rect Rect
no setter
resizeMode ResizeMode
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
getter/setter pair
value ↔ T?
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
update({Size? size, Offset? offset, String? label, bool? setCurrentlyResizing, bool? snapMovementToGrid, Size? gridSize}) → void

Operators

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

Constants

borderInset → const double
dragHandleSize → const double