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