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