ItemCard constructor

ItemCard({List<CatalogueElement> catalogueSublist, String category, AssetImage assetImage, ObtainedPoints obtainedPoints, State<TakePartPage> takePartPageState })

Implementation

ItemCard(
    {this.catalogueSublist,
    this.category,
    this.assetImage,
    this.obtainedPoints,
    this.takePartPageState});