InnoSetupIcon constructor
InnoSetupIcon(
- File _file
Specify the icon _file
for the installer.
final icon = InnoSetupIcon(File(r'assets\icon.ico'));
Implementation
InnoSetupIcon(this._file);
Specify the icon _file
for the installer.
final icon = InnoSetupIcon(File(r'assets\icon.ico'));
InnoSetupIcon(this._file);