PdfViewColors
data class PdfViewColors(val pageBackground: Color = Color.White, val viewportBackground: Color = Color.Transparent)
Colours used by PdfView.
Parameters
pageBackground
painted behind page content (most PDFs assume white paper and paint nothing themselves).
viewportBackground
the letterbox/gutter colour around pages.