XDashboard constructor

XDashboard(
  1. int idx,
  2. String xKey,
  3. Widget? child, {
  4. dynamic onTimeOut(
    1. XDashboard
    )?,
  5. int timeOfView = 5,
  6. Key? key,
})

Implementation

XDashboard(this.idx, this.xKey, this.child, {this.onTimeOut, this.timeOfView = 5, Key? key}) : super(key: key);