JsonMetadataEditor constructor
const
JsonMetadataEditor({
- Key? key,
- required JsonMetadataEditingController controller,
- double minHeight = 120,
- double maxHeight = 220,
Implementation
const JsonMetadataEditor({super.key, required this.controller, this.minHeight = 120, this.maxHeight = 220});