CustomEmptyWidget constructor

CustomEmptyWidget({
  1. String? message,
  2. String? assetImage,
})

Implementation

CustomEmptyWidget({this.message, this.assetImage});