AnnotationsEditor constructor

const AnnotationsEditor({
  1. Key? key,
  2. required Map<String, dynamic> value,
  3. required ValueChanged<Map<String, String>> onChanged,
})

Implementation

const AnnotationsEditor({super.key, required this.value, required this.onChanged});