EventCardComponent constructor

const EventCardComponent(
  1. {Key? key,
  2. int? listingEventIndex,
  3. double? width,
  4. dynamic onUpdate(
    1. {int? isFavourite}
    )?,
  5. int? listingId,
  6. EventListData? data,
  7. bool? isFavouriteDisable = false}
)

Implementation

const EventCardComponent({super.key, this.listingEventIndex, this.width, this.onUpdate, this.listingId, this.data, this.isFavouriteDisable = false});