IOS9SiriWaveformOptions class final

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

Inheritance

Constructors

IOS9SiriWaveformOptions({double height = 180, double width = 360, bool showSupportBar = true})
Creates an instance of IOS9SiriWaveformOptions.
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
showSupportBar bool
Determines whether to show the support bar on the waveform.
final
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