ParamEditorCell constructor
const
ParamEditorCell({
- Key? key,
- required String id,
- required ParamValue value,
Implementation
const ParamEditorCell({
super.key,
required this.id,
required this.value,
});