SelectValuePage constructor
SelectValuePage({
- required String selectValueHeaderText,
- required String selectValueButtonText,
- required String subtitleText,
- required String transactionTitle,
- required String transactionButtonLabel,
- required String feedbackText,
- required String cancelButtonLabel,
- required String successMessage,
- required String returnButtonLabel,
- Key? key,
Implementation
SelectValuePage({
required this.selectValueHeaderText,
required this.selectValueButtonText,
required this.subtitleText,
required this.transactionTitle,
required this.transactionButtonLabel,
required this.feedbackText,
required this.cancelButtonLabel,
required this.successMessage,
required this.returnButtonLabel,
Key? key,
}) : super(key: key);