RitoArtifactDecoder constructor

const RitoArtifactDecoder({
  1. RitoDisplayListDecoder displayListDecoder = const RitoDisplayListDecoder(),
})

Implementation

const RitoArtifactDecoder({
  this.displayListDecoder = const RitoDisplayListDecoder(),
});