SlidableCardsV2<A extends dynamic> constructor

const SlidableCardsV2<A extends dynamic>(
  1. dynamic calibre,
  2. TicketsInvoker ticketsInvoker,
  3. ClosingStockShopsInvoker closingStockShopsInvoker, {
  4. int articleId = 1,
})

Implementation

const SlidableCardsV2(
    this.calibre, this.ticketsInvoker, this.closingStockShopsInvoker,
    {this.articleId = 1});