IOS7SiriWaveformOptions class final

Represents the configuration options for an iOS 7 Siri-style waveform.

Inheritance

Constructors

IOS7SiriWaveformOptions({double height = 180, double width = 360})
Creates an instance of IOS7SiriWaveformOptions.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
height double
The height of the waveform.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
The width of the waveform.
finalinherited

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.
override