CardioWebView constructor

const CardioWebView({
  1. Key? key,
  2. String? apiKey,
  3. required String appUserId,
  4. String? organizationId,
  5. bool useAccessToken = false,
  6. bool validateApiKey = true,
  7. String? accessToken,
  8. Color? primaryColor,
})

Implementation

const CardioWebView({
  super.key,
  this.apiKey,
  required this.appUserId,
  this.organizationId,
  this.useAccessToken = false,
  this.validateApiKey = true,
  this.accessToken,
  this.primaryColor,
});