SilEmptyData constructor

SilEmptyData({
  1. String? imagePath,
  2. double? imageWidth,
  3. double? imageHeight,
  4. String? prompt,
  5. String? btnTitle,
  6. void btnClickFunc()?,
  7. TextStyle? btnTitleStyle,
  8. double? contentToTop,
})

Implementation

SilEmptyData({
  this.imagePath,
  this.imageWidth,
  this.imageHeight,
  this.prompt,
  this.btnTitle,
  this.btnClickFunc,
  this.btnTitleStyle,
  this.contentToTop,
});