ViewDegradation constructor

const ViewDegradation({
  1. String? simpleBordersContent,
  2. String? noStylingContent,
  3. String? essentialContent,
  4. String? skeletonContent,
})

Creates degraded view content stages.

Implementation

const ViewDegradation({
  this.simpleBordersContent,
  this.noStylingContent,
  this.essentialContent,
  this.skeletonContent,
});