TextInspectorPanel constructor

const TextInspectorPanel({
  1. Key? key,
  2. required ElementId nodeId,
  3. required InspectorContext inspector,
})

Implementation

const TextInspectorPanel({
  super.key,
  required this.nodeId,
  required this.inspector,
});