ByteMatrix(this._width, this._height) : _bytes = List.generate(_height, (index) => Uint8List(_width));