TicketDecoration constructor

TicketDecoration({
  1. List<TicketShadow> shadow = const [],
  2. TicketBorder? border,
})

Implementation

TicketDecoration({
  this.shadow = const [],
   this.border,
});