JsonEditorPanel constructor

const JsonEditorPanel({
  1. required WidgetData model,
  2. required VoidCallback onClose,
  3. Key? key,
})

Implementation

const JsonEditorPanel({required this.model, required this.onClose, super.key});