gentle static method
Gentle pull — soft, gradual attraction.
Implementation
static MagneticSim gentle({
double position0 = 0.0,
double target = 1.0,
}) =>
MagneticSim(position0: position0, target: target, strength: 20.0);
Gentle pull — soft, gradual attraction.
static MagneticSim gentle({
double position0 = 0.0,
double target = 1.0,
}) =>
MagneticSim(position0: position0, target: target, strength: 20.0);