clearAlign method

void clearAlign()

Implementation

void clearAlign() {
  _animation?.dispose();
  _animation = null;
}