ProductDetailSectionBody constructor

ProductDetailSectionBody({
  1. String? title,
  2. String? content,
})

Implementation

ProductDetailSectionBody({
  this.title,
  this.content,
});