CoverConfig constructor

const CoverConfig({
  1. bool supportsCoverScreen = true,
})

Implementation

const CoverConfig({
  this.supportsCoverScreen = true
});