FeatureImage constructor

const FeatureImage({
  1. String small = "",
  2. String medium = "",
  3. String large = "",
})

Implementation

const FeatureImage({this.small = "", this.medium = "", this.large = ""});