GridMatrixDecoder constructor
const
GridMatrixDecoder({
- bool? enabled,
- GridMatrixInverse? inverse,
- GridMatrixMirror? mirror,
Implementation
const GridMatrixDecoder({super.enabled, this.inverse, this.mirror});