DotCodeDecoder constructor
const
DotCodeDecoder({
- bool? enabled,
- DotCodeInverse? inverse,
- DotCodeMirror? mirror,
Implementation
const DotCodeDecoder({super.enabled, this.inverse, this.mirror});