ListingDescriptionComponent constructor

const ListingDescriptionComponent(
  1. {Key? key,
  2. String? description,
  3. required List<String> eventKeyWord}
)

Implementation

const ListingDescriptionComponent(
    {super.key, this.description, required this.eventKeyWord});