IOS7SiriWaveformController class final

A controller for managing iOS 7 Siri-style waveforms.

Use this controller to adjust properties like amplitude, color, frequency, and speed of the waveform.

Inheritance

Constructors

IOS7SiriWaveformController({double amplitude = 1, double speed = .2, Color color = Colors.white, int frequency = 6})
Creates an instance of IOS7SiriWaveformController.

Properties

amplitude double
The amplitude of the waveform.
getter/setter pairinherited
color Color
The color of the waveform.
getter/setter pair
frequency int
The frequency 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 pairinherited

Methods

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