PaymentBottomSheet constructor

const PaymentBottomSheet({
  1. Key? key,
  2. required void onOptionSelected(
    1. String
    ),
})

Implementation

const PaymentBottomSheet({super.key, required this.onOptionSelected});