PdfBookViewerStyle constructor

const PdfBookViewerStyle({
  1. Color? backgroundColor,
  2. Color? bookBackgroundColor,
  3. Color? centerDividerColor,
  4. double centerDividerWidth = 5.0,
  5. Color? loadingIndicatorColor,
  6. BoxDecoration? bookContainerDecoration,
  7. NavigationControlsStyle? navigationControlsStyle,
})

Implementation

const PdfBookViewerStyle({
  this.backgroundColor,
  this.bookBackgroundColor,
  this.centerDividerColor,
  this.centerDividerWidth = 5.0,
  this.loadingIndicatorColor,
  this.bookContainerDecoration,
  this.navigationControlsStyle,
});