WebPageForWebPayment constructor

const WebPageForWebPayment({
  1. Key? key,
  2. String? url,
})

Implementation

const WebPageForWebPayment({Key? key, this.url}) : super(key: key);