menu
bones_ui package
documentation
bones_ui_test.dart
DOMNodeRuntime<T>
isConsecutiveNode method
isConsecutiveNode method
dark_mode
light_mode
isConsecutiveNode
method
bool
isConsecutiveNode
(
T
other
)
Implementation
bool isConsecutiveNode(T other) { return isNextNode(other) || isPreviousNode(other); }
bones_ui package
documentation
bones_ui_test
DOMNodeRuntime<T>
isConsecutiveNode method
DOMNodeRuntime class