SiriWaveformController class sealed

A base class for controllers used to manage Siri-style waveforms.

See also:

Implementers

Constructors

SiriWaveformController({double amplitude = 1, double speed = .2})
Creates an instance of SiriWaveformController.

Properties

amplitude double
The amplitude of the waveform.
getter/setter pair
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
The speed of the waveform.
getter/setter pair

Methods

lerp() → void
Interpolates the amplitude and speed values.
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