ItemClient constructor
const
ItemClient(
- DePledgeBloc bloc,
- int index, {
- Key? key,
Implementation
const ItemClient(this.bloc, this.index, {super.key});
const ItemClient(this.bloc, this.index, {super.key});