LiCirclePlasmaCompute class

Inheritance

Constructors

LiCirclePlasmaCompute({required Size canvasSize, required double circleSize, required double offset, required double value, required int particles, required double variation1, required double variation2, required double variation3})

Properties

canvasSize Size
final
circleSize double
final
hashCode int
The hash code for this object.
no setterinherited
offset double
final
particles int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
final
variation1 double
final
variation2 double
final
variation3 double
final

Methods

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

Operators

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