MovingCircle class

A data class representing a moving circle's configuration.

Constructors

MovingCircle({required Color color, double radius = 500, double blurSigma = 20})
Creates a MovingCircle configuration.
const

Properties

blurSigma → double
The sigma value for the blur effect.
final
color → Color
The color of the circle.
final
hashCode → int
The hash code for this object.
no setterinherited
radius → double
The radius of the circle.
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