translate method Null safety

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

Implementation

Matrix translate(num x, num y) native;