InvoiceIcon constructor

const InvoiceIcon({
  1. Key? key,
  2. Color? color,
})

Implementation

const InvoiceIcon({
  super.key,
  this.color,
});