InnoSetupIcon constructor

InnoSetupIcon(
  1. File _file
)

Specify the icon _file for the installer.

final icon = InnoSetupIcon(File(r'assets\icon.ico'));

Implementation

InnoSetupIcon(this._file);