CardRowTemplateInfo constructor

CardRowTemplateInfo({
  1. CardRowOneItem? oneItem,
  2. CardRowThreeItems? threeItems,
  3. CardRowTwoItems? twoItems,
})

Implementation

CardRowTemplateInfo({this.oneItem, this.threeItems, this.twoItems});