V2VoucherGenerationInprogressScreen constructor

const V2VoucherGenerationInprogressScreen({
  1. Key? key,
  2. required HubbleScreenState state,
})

Implementation

const V2VoucherGenerationInprogressScreen({
  super.key,
  required this.state,
});