EmptyStateV3Layout constructor
const
EmptyStateV3Layout({
- Key? key,
- required String appBarTitleText,
- required String titleText,
- required String subtitleText,
- required ShapeBorder? shape,
- required VoidCallback onBackPressed,
- required AlignmentGeometry placeholderImageAlignment,
- required String placeholderImageLink,
- required double placeholderImageWidth,
- required double placeholderImageHeight,
- bool? isNetworkImage,
- required bool showBackIcon,
Implementation
const EmptyStateV3Layout(
{
super.key,
required this.appBarTitleText,
required this.titleText,
required this.subtitleText,
required this.shape,
required this.onBackPressed,
required this.placeholderImageAlignment,
required this.placeholderImageLink,
required this.placeholderImageWidth,
required this.placeholderImageHeight,
this.isNetworkImage,
required this.showBackIcon,
}
);