rotateFromVector method Null safety

Matrix rotateFromVector(
  1. num x,
  2. num y
)

Implementation

Matrix rotateFromVector(num x, num y) native;