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