direction property
The current trajectory end the spring targets.
Implementation
MorphDirection get direction => _target >= 1 ? .opening : .closing;
The current trajectory end the spring targets.
MorphDirection get direction => _target >= 1 ? .opening : .closing;