ArticleBasketUpdateView constructor
const
ArticleBasketUpdateView(
- dynamic article, {
- Key? key,
Implementation
const ArticleBasketUpdateView(this.article, {Key? key}) : super(key: key);