RitoBackgroundDecoder constructor

const RitoBackgroundDecoder({
  1. RitoArtifactDecoder artifactDecoder = const RitoArtifactDecoder(),
})

Implementation

const RitoBackgroundDecoder({
  this.artifactDecoder = const RitoArtifactDecoder(),
});