SimpleCard constructor
      const
      SimpleCard({})
     
    
    
Implementation
const SimpleCard({
  super.key,
  required this.child,
  required this.index,
  this.borderColor = Colors.grey,
  this.selectedBorderColor = Colors.blue,
});const SimpleCard({
  super.key,
  required this.child,
  required this.index,
  this.borderColor = Colors.grey,
  this.selectedBorderColor = Colors.blue,
});