QrColor class abstract

Implementers

Constructors

QrColor()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createPaint(double width, double height) Paint
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

linearGradient({required List<Color> colors, required GradientOrientation orientation}) QrColorLinearGradient
radialGradient({required List<Color> colors, double radiusFraction = 1}) QrColorRadialGradient
solid(Color color) QrColor
sweepGradient({required List<Color> colors}) QrColorSweepGradient

Constants

unspecified → const QrColorUnspecified