Card constructor
      
      Card({ 
    
    
- List<
CardAction> ? cardActions, - CardHeader? header,
 - String? name,
 - List<
Section> ? sections, 
Implementation
Card({
  this.cardActions,
  this.header,
  this.name,
  this.sections,
});