EmptyWidget constructor

EmptyWidget({
  1. String? title,
  2. String? subTitle,
  3. String? image,
  4. TextStyle? subtitleTextStyle,
  5. TextStyle? titleTextStyle,
  6. PackageImage? packageImage,
  7. bool? hideBackgroundAnimation = false,
})

Implementation

EmptyWidget({
  this.title,
  this.subTitle,
  this.image,
  this.subtitleTextStyle,
  this.titleTextStyle,
  this.packageImage,
  this.hideBackgroundAnimation = false,
});