ReceiptStyle constructor

ReceiptStyle({
  1. Color? sentIconTint,
  2. Color? deliveredIconTint,
  3. Color? readIconTint,
})

Implementation

ReceiptStyle({this.sentIconTint, this.deliveredIconTint, this.readIconTint});