NodeExtensions extension

on

Properties

context BuildContext?
no setter
level int
Level of the node in the document tree.
no setter
rect Rect
no setter
renderBox RenderBox?
no setter
selectable SelectableMixin<StatefulWidget>?
no setter

Methods

allSatisfyInSelection(Selection selection, bool test(Delta delta)) bool
findDownward(bool test(Node element)) Node?
findParent(bool test(Node element)) Node?
inSelection(Selection selection) bool
isParentOf(Node node) bool
lastChildWhere(bool test(Node element)) Node?
Returns the last node in the subtree that satisfies the given predicate
previousNodeWhere(bool test(Node element)) Node?
Returns the first previous node in the subtree that satisfies the given predicate