clone method

BitMatrix clone()

Implementation

BitMatrix clone() =>
    BitMatrix._(_width, _height, _rowSize, Uint32List.fromList(_bits));