M3EButtonMotion constructor

const M3EButtonMotion({
  1. required double stiffness,
  2. required double damping,
})

M3EButtonMotion.

Implementation

const M3EButtonMotion({required this.stiffness, required this.damping});