FastMediaLayoutBlocEvent constructor

const FastMediaLayoutBlocEvent({
  1. required FastMediaLayoutBlocEventType type,
  2. FastMediaType? mediaType,
})

Implementation

const FastMediaLayoutBlocEvent({
  required FastMediaLayoutBlocEventType type,
  FastMediaType? mediaType,
}) : super(type: type, payload: mediaType);