resetWith abstract method

void resetWith({
  1. required TouchRippleBehavior behavior,
})

Resets the current animation setting values of this instance with a value that corresponds to the given behavior.

Implementation

void resetWith({required TouchRippleBehavior behavior});