FastThemeBlocEvent constructor

const FastThemeBlocEvent({
  1. required FastThemeBlocEventType type,
})

Implementation

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