reset method

void reset()

Reset the transformations

Implementation

void reset() {
  _transformCtrl.value = Matrix4.identity();
}