CollectionWidget<P> constructor
const
CollectionWidget<P> ({
- Key? key,
- P? payload,
Implementation
const CollectionWidget({super.key, this.payload});
const CollectionWidget({super.key, this.payload});