RbUtil class abstract

Constructors

RbUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

findChildElementByTag(Element sElement, Tagkey<Tag> tagKey) Element?
findNearstChildRenderObject(Element sElement) RenderObject?
找到最近的子RenderElement
findNearstRenderObject(Element element) RenderObject?
寻找最近的自己的RenderObject或者子孙RenderObject