BubbleNode class

Constructors

BubbleNode.leaf({required num value, Key? key, WidgetBuilder? builder, BubbleOptions? options})
BubbleNode.node({required List<BubbleNode>? children, int? padding = 0, BubbleOptions? options})

Properties

builder WidgetBuilder?
getter/setter pair
children List<BubbleNode>?
getter/setter pair
depth int
no setter
hashCode int
The hash code for this object.
no setterinherited
key Key?
getter/setter pair
leaves List<BubbleNode>
no setter
nodes List<BubbleNode>
no setter
options BubbleOptions?
getter/setter pair
padding int?
getter/setter pair
parent BubbleNode?
getter/setter pair
radius double?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value num
getter/setter pair
x double?
getter/setter pairinherited
y double?
getter/setter pairinherited

Methods

eachAfter(dynamic callback(BubbleNode)) → dynamic
eachBefore(dynamic callback(BubbleNode)) → dynamic
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