ColorDirectiveMixin<T extends Attribute> mixin

Superclass constraints
Mixin applications

Properties

builder → T Function(ColorDto)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

brighten(int percentage) → T
darken(int percentage) → T
desaturate(int percentage) → T
directive(ColorDirective directive) → T
lighten(int percentage) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saturate(int percentage) → T
shade(int percentage) → T
tint(int percentage) → T
toString() String
A string representation of this object.
inherited
withAlpha(int alpha) → T
withOpacity(double opacity) → T

Operators

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