ArticleBasketDetailSectionWidget constructor

const ArticleBasketDetailSectionWidget(
  1. ArticleBasketRealizablekNow articleStock, {
  2. Key? key,
})

Implementation

const ArticleBasketDetailSectionWidget(this.articleStock, {Key? key})
    : super(key: key);