XfxUpdater constructor

XfxUpdater({
  1. Key? key,
  2. required XApp? xMainAPP,
  3. required String? nextPage_WithOutUpdate,
  4. required String nameAPK_APP,
  5. String? title_Text = "",
  6. Color? title_Color,
  7. TextStyle? title_Style,
  8. dynamic onCancel()?,
})

Implementation

XfxUpdater({
  Key? key,
  required this.xMainAPP,
  required this.nextPage_WithOutUpdate,
  required this.nameAPK_APP,
  this.title_Text = "",
  this.title_Color,
  this.title_Style,
  this.onCancel,
}) : super(key: key);