PDFViewTypes extension

on

Methods

cachedFromUrl(String url, {Key? key, PlaceholderWidget placeholder = downloadIndicator, DownloadingErrorWidget errorWidget = errorWidgetHolder, Map<String, String>? headers, Duration maxAgeCacheObject = const Duration(days: 10), int maxNrOfCacheObjects = 100, WhenDone? whenDone}) Widget
fromAsset(String pathOfAsset, {Key? key, AssetErrorWidget errorWidget = errorWidgetHolder, LoadingWidget loadingWidget = loadingWidgetHolder}) Widget
fromPath(String path, {Key? key}) Widget
fromUrl(String url, {Key? key, PlaceholderWidget placeholder = downloadIndicator, DownloadingErrorWidget errorWidget = errorWidgetHolder, Map<String, String>? headers}) Widget