PayLine constructor

const PayLine({
  1. required String label,
  2. required String amount,
})

PayLine API.

Implementation

const PayLine({required this.label, required this.amount});