MaterialColorUtility<T extends Attribute> class

Inheritance
Annotations

Constructors

MaterialColorUtility(T builder(ColorDto), MaterialColor color)
const

Properties

builder → T Function(ColorDto)
finalinherited
color MaterialColor
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shade50 SimpleColorUtility<T>
no setter
shade100 SimpleColorUtility<T>
no setter
shade200 SimpleColorUtility<T>
no setter
shade300 SimpleColorUtility<T>
no setter
shade400 SimpleColorUtility<T>
no setter
shade500 SimpleColorUtility<T>
no setter
shade600 SimpleColorUtility<T>
no setter
shade700 SimpleColorUtility<T>
no setter
shade800 SimpleColorUtility<T>
no setter
shade900 SimpleColorUtility<T>
no setter

Methods

brighten(int percentage) → T
inherited
call() → T
inherited
darken(int percentage) → T
inherited
desaturate(int percentage) → T
inherited
directive(ColorDirective directive) → T
inherited
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