GlareConfiguration class

Constructors

GlareConfiguration({double minOpacity = 0, double maxOpacity = minGlareOpacity, Color color = defaultGlareColor})
A set of values that define the glare effect's behavior.
const
GlareConfiguration.fromElevation(int elevation)
A constructor that creates a GlareConfiguration from an elevation.
factory

Properties

color Color
The glare's tint color.
final
hashCode int
The hash code for this object.
no setterinherited
maxOpacity double
The opacity of the gradient's visible color stop when tilted downwards.
final
minOpacity double
The opacity of the gradient's visible color stop when tilted upwards.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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