AnnotationsField constructor

const AnnotationsField({
  1. Key? key,
  2. String label = 'Annotations',
  3. required Map<String, dynamic> value,
  4. required ValueChanged<Map<String, String>> onChanged,
})

Implementation

const AnnotationsField({super.key, this.label = 'Annotations', required this.value, required this.onChanged});