ColorDirectiveMixin<T extends Attribute> mixin
- Superclass constraints
- Mixin applications
Properties
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