CSSInjection class
Properties
-
css
↔ String?
-
A string containing the CSS to inject.
Exactly one of
files
and css
must be
specified.
getter/setter pair
-
files
↔ List<String>?
-
The path of the CSS files to inject, relative to the extension's root
directory.
Exactly one of
files
and css
must be
specified.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
origin
↔ StyleOrigin?
-
The style origin for the injection. Defaults to
'AUTHOR'
.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
target
↔ InjectionTarget
-
Details specifying the target into which to insert the CSS.
getter/setter pair
-
toJS
→ CSSInjection
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited