FastMediaLayoutBlocState constructor

const FastMediaLayoutBlocState({
  1. FastMediaType mediaType = FastMediaType.handset,
  2. bool isLoading = false,
  3. bool isLoaded = false,
})

Implementation

const FastMediaLayoutBlocState({
  this.mediaType = FastMediaType.handset,
  this.isLoading = false,
  this.isLoaded = false,
}) : super();