JsonEditorPanel constructor
const
JsonEditorPanel({
- required WidgetData model,
- required VoidCallback onClose,
- Key? key,
Implementation
const JsonEditorPanel({required this.model, required this.onClose, super.key});