JsonMetadataEditor constructor

const JsonMetadataEditor({
  1. Key? key,
  2. required JsonMetadataEditingController controller,
  3. double minHeight = 120,
  4. double maxHeight = 220,
})

Implementation

const JsonMetadataEditor({super.key, required this.controller, this.minHeight = 120, this.maxHeight = 220});