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