V2VoucherGenerationInprogressScreen constructor
const
V2VoucherGenerationInprogressScreen({
- Key? key,
- required HubbleScreenState state,
Implementation
const V2VoucherGenerationInprogressScreen({
super.key,
required this.state,
});