BlendModeUtility<T extends Attribute> class

Inheritance

Constructors

BlendModeUtility(T builder(BlendMode))
const

Properties

builder → T Function(BlendMode)
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

as(BlendMode value) → T
inherited
call(BlendMode value) → T
inherited
clear() → T
color() → T
colorBurn() → T
colorDodge() → T
darken() → T
difference() → T
dst() → T
dstATop() → T
dstIn() → T
dstOut() → T
dstOver() → T
exclusion() → T
hardLight() → T
hue() → T
lighten() → T
luminosity() → T
modulate() → T
multiply() → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overlay() → T
plus() → T
saturation() → T
screen() → T
softLight() → T
src() → T
srcATop() → T
srcIn() → T
srcOut() → T
srcOver() → T
toString() String
A string representation of this object.
inherited
xor() → T

Operators

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