TestByCatList constructor
const
TestByCatList({
- Key? key,
- required dynamic wholedata,
- required dynamic label,
Implementation
const TestByCatList(
{super.key, required this.wholedata, required this.label});