NeoTechEnvironmentEvaluationSchemaEditor constructor

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

Implementation

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