VerifyEmailPage constructor

const VerifyEmailPage({
  1. Key? key,
  2. String? assetsLogoPath,
  3. Widget? widgetBannerBottomNavigation,
})

Implementation

const VerifyEmailPage({super.key, this.assetsLogoPath, this.widgetBannerBottomNavigation});