CardRowTemplateInfo constructor
CardRowTemplateInfo({
- CardRowOneItem? oneItem,
- CardRowThreeItems? threeItems,
- CardRowTwoItems? twoItems,
Implementation
CardRowTemplateInfo({this.oneItem, this.threeItems, this.twoItems});