BubbleConfig class
Constructors
-
BubbleConfig.new({double minRadius = 10, double maxRadius = 40, double minSpeed = 1, double maxSpeed = 3, double minOpacity = 0.2, double maxOpacity = 0.8, bool enableGradient = false, List<
Color> gradientColors = const [Colors.blue, Colors.lightBlue], bool enablePulsing = false, Duration pulsingDuration = const Duration(seconds: 2), bool enableWobble = false, double wobbleIntensity = 5.0}) -
const
Properties
- enableGradient → bool
-
final
- enablePulsing → bool
-
final
- enableWobble → bool
-
final
-
gradientColors
→ List<
Color> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxOpacity → double
-
final
- maxRadius → double
-
final
- maxSpeed → double
-
final
- minOpacity → double
-
final
- minRadius → double
-
final
- minSpeed → double
-
final
- pulsingDuration → Duration
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wobbleIntensity → double
-
final
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