ListingCardComponent constructor

const ListingCardComponent(
  1. {Key? key,
  2. int? selectedListingIndex,
  3. VoidCallback? onUpdate,
  4. int? listingId,
  5. ListingListData? data}
)

Implementation

const ListingCardComponent({super.key, this.selectedListingIndex, this.onUpdate, this.listingId, this.data});