CollectionWidget<P> constructor

const CollectionWidget<P>({
  1. Key? key,
  2. P? payload,
})

Implementation

const CollectionWidget({super.key, this.payload});