FastAppLoaderBlocState constructor
const
FastAppLoaderBlocState({})
Implementation
const FastAppLoaderBlocState({
this.isLoading = false,
this.isLoaded = false,
this.progress = 0,
dynamic error,
}) : super(error: error);