GridMatrixDecoder constructor

const GridMatrixDecoder({
  1. bool? enabled,
  2. GridMatrixInverse? inverse,
  3. GridMatrixMirror? mirror,
})

Implementation

const GridMatrixDecoder({super.enabled, this.inverse, this.mirror});