WaveAnimationStyle class
Styling configuration for WaveAnimation.
Constructors
- WaveAnimationStyle.new({int barCount = 5, Color barColor = const Color(0xFF075E54), double barWidth = 4.0, double barSpacing = 2.0, double minBarHeight = 8.0, double maxBarHeight = 24.0, BorderRadius barBorderRadius = const BorderRadius.all(Radius.circular(2))})
-
const
Properties
- barBorderRadius → BorderRadius
-
Border radius for each bar.
final
- barColor → Color
-
Color of each bar.
final
- barCount → int
-
How many bars to draw.
final
- barSpacing → double
-
Spacing between bars.
final
- barWidth → double
-
Width of each bar.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxBarHeight → double
-
Maximum bar height.
final
- minBarHeight → double
-
Minimum bar height.
final
- 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