ListingCardComponent constructor
- {Key? key,
- int? selectedListingIndex,
- VoidCallback? onUpdate,
- int? listingId,
- ListingListData? data}
Implementation
const ListingCardComponent({super.key, this.selectedListingIndex, this.onUpdate, this.listingId, this.data});