RootScreen constructor
const
RootScreen({
- Key? key,
- ImageProvider<
Object> ? bannerImage, - ImageProvider<
Object> ? logo, - BoxDecoration? bannerImageStyle,
- BoxDecoration? logoStyle,
- BoxDecoration? containerStyle,
- BoxDecoration? formContainerStyle,
- BoxDecoration? imageContainerStyle,
- LoadingConfig? loaderConfig,
- CreateUserConfig? createUserConfig,
- bool enableGuestLogin = false,
- String guestLoginButtonLabel = 'Skip',
- VoidCallback? onGuestLoginPress,
- BoxDecoration? guestContainerStyle,
- TextInputConfig? inputProps,
- MerchantType? merchantType,
- 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,
});