AmwalPayScreenV2 constructor
const
AmwalPayScreenV2({
- Key? key,
- required AmwalSdkArguments arguments,
Creates an AmwalPayScreenV2 with the given arguments.
Implementation
const AmwalPayScreenV2({Key? key, required this.arguments}) : super(key: key);