ComponentInspector constructor

const ComponentInspector({
  1. Key? key,
  2. required String id,
})

Implementation

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