CardRowTwoItems constructor
      
      CardRowTwoItems({ 
    
    
- TemplateItem? endItem,
 - TemplateItem? startItem,
 
Implementation
CardRowTwoItems({
  this.endItem,
  this.startItem,
});