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