AboutApp constructor

AboutApp({
  1. bool? isOverride,
  2. bool? isAboutApp,
  3. String? aboutTitle,
  4. String? aboutMessage,
  5. String? registrationDetail,
  6. String? versionDetail,
})

Implementation

AboutApp(
    {this.isOverride,
    this.isAboutApp,
    this.aboutTitle,
    this.aboutMessage,
    this.registrationDetail,
    this.versionDetail});