FastThemeBlocEvent.init constructor
const
FastThemeBlocEvent.init(
- ThemeMode mode
Represents the initialization event with a given mode
.
Implementation
const FastThemeBlocEvent.init(ThemeMode mode)
: this(type: FastThemeBlocEventType.init, payload: mode);