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