Matrix2.zero constructor

Matrix2.zero()

Zero matrix.

Implementation

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