CSSColor class
#123 #123456 rgb(r,g,b) rgba(r,g,b,a)
- Mixed-in types
Properties
Methods
-
cssText(
) → String -
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
clearCachedColorValue(
String color) → void -
convertToHex(
Color color) → String -
isColor(
String color) → bool -
parseColor(
String color, {RenderStyle? renderStyle, String? propertyName}) → Color? -
resolveColor(
String color, RenderStyle renderStyle, String propertyName) → CSSColor? -
tranformToDarkColor(
Color color) → Color -
transformToLightColor(
Color color) → Color -
tryParserCSSColorWithVariable(
String fullColor, String input, RenderStyle renderStyle, String propertyName) → String