NimbblCheckoutWebView constructor

const NimbblCheckoutWebView({
  1. Key? key,
  2. required NimbblCheckoutOptions options,
  3. String? localUrl,
  4. required Color btnBackGroundColor,
  5. required Color btnTextColor,
})

Implementation

const NimbblCheckoutWebView({
  super.key,
  required this.options,
  this.localUrl,
  required this.btnBackGroundColor,
  required this.btnTextColor
});