BillersWidget constructor

const BillersWidget({
  1. Key? key,
  2. required String? billerType,
  3. required String? platform,
  4. required String? baseUrl,
  5. required String? authorization,
  6. required String? tenant,
})

Implementation

const BillersWidget({
  Key? key,
  required this.billerType,
  required this.platform,
  required this.baseUrl,
  required this.authorization,
  required this.tenant,
}) : super(key: key);