VisaWidget constructor

const VisaWidget({
  1. Key? key,
  2. required String accessToken,
  3. required int amount,
})

Implementation

const VisaWidget({Key? key, required this.accessToken, required this.amount})
    : super(key: key);