WidgetScraper class
Methods
-
describeRenderObject(ElementData activeElementData, Element element, bool isSensitive, dynamic changeSensitivity())
→ ElementDataNullable
-
-
getFirstElementDataFromElement(Element theElement, String type, {bool isSensitive = false})
→ ElementData?
-
-
getRootElement(BuildContext buildContext)
→ Element?
-
-
getType<T>()
→ Type
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
scrapeAllElements(ElementData activeElementData, Element element, bool isSensitive, Map<Type, bool> sensitiveWidgetsTypes)
→ void
-
-
scrapeRenderTree(BuildContext context, Map<Type, bool> sensitiveWidgetsTypes)
→ ElementData?
-
gets data from all visible objects inside a tree
override
-
toString()
→ String
-
A string representation of this object.
inherited