HomeViewArguments constructor
const
HomeViewArguments({
- Key? key,
- required NimbblCheckoutOptions options,
Implementation
const HomeViewArguments({
this.key,
required this.options,
});