ViewNotData constructor

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

Implementation

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