AudioWaveBar class

Constructors

AudioWaveBar({required double heightFactor, Color color = Colors.red, double radius = 50.0, Gradient? gradient})

Properties

color Color
color is the color of the bar
getter/setter pair
gradient Gradient?
gradient is the gradient of bar
final
hashCode int
The hash code for this object.
no setterinherited
heightFactor double
heightFactor is the height of the bar based. It is percentage rate of widget height.
getter/setter pair
radius double
radius is the radius of bar
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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