ClayContainer constructor
      const
      ClayContainer({})
     
    
    
Implementation
const ClayContainer({
  super.key,
  this.child,
  this.height,
  this.width,
  this.color,
  this.surfaceColor,
  this.parentColor,
  this.spread,
  this.borderRadius,
  this.customBorderRadius,
  this.curveType,
  this.depth,
  this.emboss = false,
});