CardRowTwoItems constructor

CardRowTwoItems({
  1. TemplateItem? endItem,
  2. TemplateItem? startItem,
})

Implementation

CardRowTwoItems({
  this.endItem,
  this.startItem,
});