PrintReciptFooter constructor

PrintReciptFooter({
  1. required String text,
  2. required double amount,
})

Implementation

PrintReciptFooter({
  required this.text,
  required this.amount,
});