CssGlobal class sealed

Global CSS keywords applicable to any property.

Implemented types

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCss() String
Converts this value to its CSS string representation.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

inherit → const CssGlobal
The inherit keyword - inherits value from parent.
initial → const CssGlobal
The initial keyword - uses property's initial value.
revert → const CssGlobal
The revert keyword - reverts to user agent stylesheet value.
revertLayer → const CssGlobal
The revert-layer keyword - reverts to previous cascade layer.
unset → const CssGlobal
The unset keyword - resets to inherited or initial value.