UDocProgress constructor
const
UDocProgress({})
Implementation
const UDocProgress({
required this.fingerprint,
required this.updatedAt,
this.path,
this.pageIndex = 0,
this.pageOffset = 0,
this.zoom = 1,
this.percent = 0,
this.cfi,
this.scrollMode = UDocScrollMode.verticalContinuous,
this.colorMode = UDocColorMode.normal,
this.readingSeconds = 0,
});