InspectCSSModule class
- Inheritance
-
- Object
- UIInspectorModule
- InspectCSSModule
Constructors
- InspectCSSModule(ChromeDevToolsService? devTool)
Properties
- devTool → ChromeDevToolsService?
-
finalinherited
- elementManager → ElementManager
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
handleGetComputedStyleForNode(
int? id, Map< String, dynamic> params) → void -
handleGetInlineStylesForNode(
int? id, Map< String, dynamic> params) → void -
handleGetMatchedStylesForNode(
int? id, Map< String, dynamic> params) → void -
handleSetStyleTexts(
int? id, Map< String, dynamic> params) → void -
invoke(
int? id, String method, Map< String, dynamic> ? params) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
receiveFromFrontend(
int? id, String method, Map< String, dynamic> ? params) → void -
override
-
sendEventToFrontend(
InspectorEvent event) → void -
inherited
-
sendToFrontend(
int? id, JSONEncodable? result) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
buildAttributesStyle(
Map< String, dynamic> properties) → CSSStyle? -
buildComputedStyle(
Element element) → List< CSSComputedStyleProperty> -
buildInlineStyle(
CSSStyleDeclaration? style) → CSSStyle?