BlocxCollectionWidget<P> constructor

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

Implementation

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