SiriWaveOptions class

Describes the configuration will be used by SiriWave.

Constructors

SiriWaveOptions({Color backgroundColor = Colors.black, double height = 180, bool showSupportBar = true, double width = 360})
Creates a SiriWaveOptions.
const

Properties

backgroundColor Color
Background color of the SiriWave.
final
hashCode int
The hash code for this object.
no setterinherited
height double
Height of the SiriWave.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSupportBar bool
Whether to show the support bar on iOS 9 style SiriWave.
final
width double
Width of the SiriWave.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited