IccprofChangedEvent constructor

const IccprofChangedEvent(
  1. Sdl sdl,
  2. int timestamp,
  3. int windowId
)

Create an instance.

Implementation

const IccprofChangedEvent(
  super.sdl,
  super.timestamp,
  super.windowId,
);