DiagramText constructor

DiagramText(
  1. String dragMenuTitle,
  2. String settingsNoSelectedTarget,
  3. String toGlobalSettingsButtonLabel,
  4. String toBockSettingsButtonLabel,
  5. String entryTypesSettingsCoLors,
  6. String blockNameTitle,
  7. String blockSettingsTitle,
  8. String blockSettingsButton,
  9. String exportProgramLabel,
  10. String saveProgramLabel,
  11. String importProgramLabel,
  12. String colorPickerTitle,
  13. String colorPickerClose,
  14. String colorPickerSet,
)

Implementation

DiagramText(
  this.dragMenuTitle,
  this.settingsNoSelectedTarget,
  this.toGlobalSettingsButtonLabel,
  this.toBockSettingsButtonLabel,
  this.entryTypesSettingsCoLors,
  this.blockNameTitle,
  this.blockSettingsTitle,
  this.blockSettingsButton,
  this.exportProgramLabel,
  this.saveProgramLabel,
  this.importProgramLabel,
  this.colorPickerTitle,
  this.colorPickerClose,
  this.colorPickerSet,
);