BasePlaceholderView constructor
      const
      BasePlaceholderView({})
     
    
    
Implementation
const BasePlaceholderView({
  super.key,
  this.title,
  this.titleStyle,
  this.message,
  this.messageStyle,
  this.image,
  this.onTap,
});