FastThemeBlocEvent.init constructor

const FastThemeBlocEvent.init(
  1. ThemeMode mode
)

Represents the initialization event with a given mode.

Implementation

const FastThemeBlocEvent.init(ThemeMode mode)
    : this(type: FastThemeBlocEventType.init, payload: mode);