FastMediaLayoutBlocState constructor

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

Implementation

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