AmwalPayScreen constructor

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

Creates an AmwalPayScreen with the given arguments.

Implementation

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