PAuthMobileOptions constructor

PAuthMobileOptions({
  1. required String videoBackgroundAsset,
  2. Widget getStartedBuilder(
    1. BuildContext
    )?,
  3. double? borderRadius,
  4. String? appName,
  5. String? appDescription,
  6. String? contactUsUrl,
})

Implementation

PAuthMobileOptions({
  required this.videoBackgroundAsset,
  this.getStartedBuilder,
  this.borderRadius,
  this.appName,
  this.appDescription,
  this.contactUsUrl,
});