getMaxResponsiveDialogWidth property

double get getMaxResponsiveDialogWidth

Get the maximum width of the responsive dialog.

Implementation

static double get getMaxResponsiveDialogWidth {
  return ArCaptchaController(siteKey: '').maxResponsiveDialogWidth;
}