CSSHandle class

Methods and handles for CSS

Constructors

CSSHandle()
Methods and handles for CSS
const

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

getRuleSetAll(StyleSheet styleSheet) Iterable<RuleSet>
Return all RuleSet from StyleSheet
handleCssFiles(Directory dir, Document document) List<StyleSheet>
Parse head for CSS definitions, removing the element from html.
joinStyle(Map<String, dynamic> style) String
Given a style map, join it as a single string for inline style
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryByStyleName(List<String> selectors, Iterable<StyleSheet>? styleSheets) Map<String, dynamic>
Try get class name by quering its class name
ruleSetKeyRaw(RuleSet ruleSet) String
Get the "key" of a RuleSet
ruleSetValueRaw(RuleSet ruleSet) String
Get the raw value of a RuleSet
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited