Thumbnail Bar Ui State
constructor(document: PdfDocument? = null, configuration: PdfConfiguration? = null, pageRenderConfiguration: ERROR CLASS: Symbol not found for PageRenderConfiguration?? = null, thumbnails: List<ThumbnailItem> = emptyList(), selectedPageThumbnail: ThumbnailItem? = null, selectedSiblingThumbnail: ThumbnailItem? = null, layoutStyle: ERROR CLASS: Symbol not found for LayoutStyle = LayoutStyle.FLOATING, theme: ThumbnailBarTheme = ThumbnailBarTheme(), isDoublePageMode: Boolean = false, isFirstPageSingle: Boolean = false, isRTL: Boolean = false, excludedAnnotationTypes: List<ERROR CLASS: Symbol not found for AnnotationType> = emptyList(), isRedactionPreviewEnabled: Boolean = false, drawableProviders: List<PdfDrawableProvider> = emptyList(), @IntRange(from = 0 ) availableWidth: Int = 0, isLoading: Boolean = false, error: String? = null, dirtyPages: Set<Int> = emptySet(), scrollableThumbnails: Map<Int, Bitmap> = emptyMap(), isScrollableMode: Boolean = false, scrollableSelectedPageIndex: Int = 0)