FeatureDescription constructor

FeatureDescription({
  1. String? headline,
  2. Image? image,
  3. String? text,
})

Implementation

FeatureDescription({
  this.headline,
  this.image,
  this.text,
});