FastThemeBlocEvent.initialized constructor

const FastThemeBlocEvent.initialized()

Represents an event indicating that the theme has been initialized.

Implementation

const FastThemeBlocEvent.initialized()
    : this(type: FastThemeBlocEventType.initialized);