FoundationColorUtility<T extends Attribute, C extends Color> class

Inheritance
Mixed in types
Implementers
Annotations

Constructors

FoundationColorUtility(T builder(ColorDto), C color)
const

Properties

builder → T Function(ColorDto)
finalinherited
color → C
final
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
inherited
call() → T
darken(int percentage) → T
inherited
desaturate(int percentage) → T
inherited
directive(ColorDirective directive) → T
override
lighten(int percentage) → T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saturate(int percentage) → T
inherited
shade(int percentage) → T
inherited
tint(int percentage) → T
inherited
toString() String
A string representation of this object.
inherited
withAlpha(int alpha) → T
inherited
withOpacity(double opacity) → T
inherited

Operators

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