RootScreen constructor

const RootScreen({
  1. Key? key,
  2. ImageProvider<Object>? bannerImage,
  3. BoxDecoration? bannerImageStyle,
  4. BoxDecoration? logoStyle,
  5. BoxDecoration? containerStyle,
  6. BoxDecoration? formContainerStyle,
  7. BoxDecoration? imageContainerStyle,
  8. LoadingConfig? loaderConfig,
  9. String? footerText,
  10. List<FooterUrl>? footerUrls,
  11. TextStyle? footerTextStyle,
  12. TextStyle? footerHyperlinkStyle,
  13. CreateUserConfig? createUserConfig,
  14. bool enableGuestLogin = false,
  15. String guestLoginButtonLabel = 'Skip',
  16. VoidCallback? onGuestLoginPress,
  17. BoxDecoration? guestContainerStyle,
  18. TextInputConfig? inputProps,
  19. MerchantType? merchantType,
  20. TextStyle? guesLoginTextStyle,
})

Implementation

const RootScreen({
  super.key,
  this.bannerImage,
  this.logo,
  this.bannerImageStyle,
  this.logoStyle,
  this.containerStyle,
  this.formContainerStyle,
  this.imageContainerStyle,
  this.loaderConfig,
  this.footerText,
  this.footerUrls,
  this.footerTextStyle,
  this.footerHyperlinkStyle,
  this.createUserConfig,
  this.enableGuestLogin = false,
  this.guestLoginButtonLabel = 'Skip',
  this.onGuestLoginPress,
  this.guestContainerStyle,
  this.inputProps,
  this.merchantType,
  this.guesLoginTextStyle,
});