FailedScreenLayout constructor
const
FailedScreenLayout({
- Key? key,
- required String titleText,
- required String subtitleText,
- required String tryAgainButtonText,
- required void onBackPressed(),
- required void onTryAgainPressed(),
- required AlignmentGeometry placeholderImageAlignment,
- required String placeholderImageLink,
- required bool? isNetworkPlaceholderImageLink,
- required double placeholderImageWidth,
- required double placeholderImageHeight,
- required bool showbackButton,
- Color? cardBackgroundColor,
Implementation
const FailedScreenLayout(
{super.key,
required this.titleText,
required this.subtitleText,
required this.tryAgainButtonText,
required this.onBackPressed,
required this.onTryAgainPressed,
required this.placeholderImageAlignment,
required this.placeholderImageLink,
required this.isNetworkPlaceholderImageLink,
required this.placeholderImageWidth,
required this.placeholderImageHeight,
required this.showFooterCard,
required this.showbackButton,
this.cardBackgroundColor});