AmwalPayScreenV2 constructor

const AmwalPayScreenV2({
  1. Key? key,
  2. required AmwalSdkArguments arguments,
})

Creates an AmwalPayScreenV2 with the given arguments.

Implementation

const AmwalPayScreenV2({Key? key, required this.arguments}) : super(key: key);