EmptyStateV2Layout constructor
const
EmptyStateV2Layout({
- Key? key,
- required String appBarTitleText,
- required String titleText,
- required String subtitleText,
- required String linkText,
- required String submitButtonLabel,
- bool? submitButtonDisabled,
- Color? submitButtonDisableTextColor,
- Color? linkTextColor,
- required ShapeBorder? shape,
- required VoidCallback onSubmit,
- required VoidCallback onLinkTextPressed,
- required VoidCallback onClockIconPressed,
- required AlignmentGeometry placeholderImageAlignment,
- String? placeholderImageLink,
- required double placeholderImageWidth,
- required double placeholderImageHeight,
- bool? isNetworkImage,
- bool? showClockIcon,
Implementation
const EmptyStateV2Layout({
super.key,
required this.appBarTitleText,
required this.titleText,
required this.subtitleText,
required this.linkText,
required this.submitButtonLabel,
this.submitButtonDisabled,
this.submitButtonDisableTextColor,
this.linkTextColor,
required this.shape,
required this.onSubmit,
required this.onLinkTextPressed,
required this.onClockIconPressed,
required this.placeholderImageAlignment,
this.placeholderImageLink,
required this.placeholderImageWidth,
required this.placeholderImageHeight,
this.isNetworkImage,
this.showClockIcon,
});