HomeViewArguments constructor

const HomeViewArguments({
  1. Key? key,
  2. required NimbblCheckoutOptions options,
})

Implementation

const HomeViewArguments({
  this.key,
  required this.options,
});