Matrix2.zero constructor Null safety

Matrix2.zero()

Zero matrix.

Implementation

Matrix2.zero() : _m2storage = Float32List(4);