updateSpringMotion method
void
updateSpringMotion()
updateSpringMotion.
Implementation
void updateSpringMotion() {
springMotion = (effectiveMotion ?? M3EButtonMotion.expressiveSpatialPress)
.toMotion();
}
updateSpringMotion.
void updateSpringMotion() {
springMotion = (effectiveMotion ?? M3EButtonMotion.expressiveSpatialPress)
.toMotion();
}