FastMediaLayoutBlocEvent.changed constructor

const FastMediaLayoutBlocEvent.changed(
  1. FastMediaType mediaType
)

Implementation

const FastMediaLayoutBlocEvent.changed(FastMediaType mediaType)
    : this(
        type: FastMediaLayoutBlocEventType.changed,
        mediaType: mediaType,
      );