UBitMatrix constructor

UBitMatrix(
  1. int width,
  2. int height
)

Implementation

UBitMatrix(this.width, this.height) : bits = Uint8List(width * height);