ImpactCoverImage constructor

ImpactCoverImage({
  1. double? W,
  2. double? H,
})

Implementation

ImpactCoverImage({
  this.W,
  this.H,
});