UXPEventListCard constructor

const UXPEventListCard({
  1. Key? key,
  2. Map<String, dynamic>? uiProps,
})

Implementation

const UXPEventListCard({
  Key? key,
  this.uiProps,
}) : super(key: key);