BasedQrOptions class

Constructors

BasedQrOptions({double frequency = 5, double amplitude = 30, double speed = 2})

Properties

amplitude double
Sets the amplitude of the gradient.
final
frequency double
Sets the frequency of the gradient.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double
Sets the speed of the animation. This is a factor and is used in the computation, which makes it behave differently based on the other values provided.
final

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