StyleCompiler class

Constructors

StyleCompiler(CompilerFlags _config)

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

compileComponent(Component component) → StylesCompileResult
Compile styles to a set of statements that will initialize the global styles_ComponentName variable that will be passed to component factory.
compileHostComponent(Component component) → StylesCompileResult
compileStylesheet(String stylesheetUrl, String cssText, bool isShimmed) → StylesCompileResult
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