TestByCatList constructor

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

Implementation

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