FastThemeBlocEvent constructor
const
FastThemeBlocEvent({
- required FastThemeBlocEventType type,
Implementation
const FastThemeBlocEvent({
required FastThemeBlocEventType type,
}) : super(type: type);