GetBackgroundColorsResult class

Constructors

GetBackgroundColorsResult({List<String>? backgroundColors, String? computedFontSize, String? computedFontWeight})
GetBackgroundColorsResult.fromJson(Map<String, dynamic> json)
factory

Properties

backgroundColors List<String>?
The range of background colors behind this element, if it contains any visible text. If no visible text is present, this will be undefined. In the case of a flat background color, this will consist of simply that color. In the case of a gradient, this will consist of each of the color stops. For anything more complicated, this will be an empty array. Images will be ignored (as if the image had failed to load).
final
computedFontSize String?
The computed font size for this node, as a CSS computed value string (e.g. '12px').
final
computedFontWeight String?
The computed font weight for this node, as a CSS computed value string (e.g. 'normal' or '100').
final
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