TestByCatList constructor

const TestByCatList({
  1. Key? key,
  2. required dynamic wholedata,
  3. required dynamic label,
})

Implementation

const TestByCatList(
    {super.key, required this.wholedata, required this.label});