RequestEmptyView constructor

RequestEmptyView({
  1. Key? key,
  2. String title = "",
  3. String content = "",
})

Implementation

RequestEmptyView({Key? key, this.title = "", this.content = ""})
    : super(key: key);