XView constructor

XView(
  1. String viewKey, {
  2. String? title,
})

Implementation

XView(this.viewKey, {this.title});