DiagramText constructor
DiagramText(
- String dragMenuTitle,
- String settingsNoSelectedTarget,
- String toGlobalSettingsButtonLabel,
- String toBockSettingsButtonLabel,
- String entryTypesSettingsCoLors,
- String blockNameTitle,
- String blockSettingsTitle,
- String blockSettingsButton,
- String exportProgramLabel,
- String saveProgramLabel,
- String importProgramLabel,
- String colorPickerTitle,
- String colorPickerClose,
- 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,
);