NeoTechPrintEvaluationSchemaEditor constructor

const NeoTechPrintEvaluationSchemaEditor({
  1. Key? key,
  2. required DartBlockPrintEvaluationSchema evaluationSchema,
  3. required DartBlockProgram neoTechCore,
  4. required dynamic onChange(
    1. DartBlockPrintEvaluationSchema
    ),
})

Implementation

const NeoTechPrintEvaluationSchemaEditor({
  super.key,
  required this.evaluationSchema,
  required this.neoTechCore,
  required this.onChange,
});