XPlayer<T extends XAppStateBase> constructor

XPlayer<T extends XAppStateBase>(
  1. List<int> liDashBoardIndexesToShow, {
  2. Key? key,
  3. bool? dataIsNull,
  4. String? appName,
  5. String? appVersion,
  6. Color? backGroundColor,
})

Implementation

XPlayer(
  this.liDashBoardIndexesToShow, {
  Key? key,
  this.dataIsNull,
  this.appName,
  this.appVersion,
  this.backGroundColor,
}) : super(key: key);