LiquidSoftComponents constructor

LiquidSoftComponents({
  1. required bool isDebug,
  2. required Widget rootWidget,
  3. String? logoLocationLight,
  4. String? logoLocationDark,
  5. String? errorAdminEmail,
  6. String? generalErrorHeader,
  7. String? generalPreErrorMessage,
  8. String? generalPostErrorMessage,
  9. Map<String, String>? httpHeaders,
  10. int? httpTimeout,
  11. String? httpErrorHeader,
  12. String? httpPreErrorMessage,
  13. String? httpPostErrorMessage,
  14. String? connectivityErrorHeader,
  15. String? connectivityErrorMessage,
})

Implementation

LiquidSoftComponents(
    {required this.isDebug,
    required this.rootWidget,
    this.logoLocationLight,
    this.logoLocationDark,
    this.errorAdminEmail,
    this.generalErrorHeader,
    this.generalPreErrorMessage,
    this.generalPostErrorMessage,
    this.httpHeaders,
    this.httpTimeout,
    this.httpErrorHeader,
    this.httpPreErrorMessage,
    this.httpPostErrorMessage,
    this.connectivityErrorHeader,
    this.connectivityErrorMessage}) {
  _mainConfig();
}